remove two lines to prevent crash during compile for the mbed frdm k64f

Dependencies:   Socket lwip-eth lwip-sys lwip

Fork of EthernetInterface by mbed official

Revision:
8:dbc8547f882b
Parent:
4:9a52c802be61
Child:
10:8d1c7a87c17b
--- a/EthernetInterface.cpp	Tue Jun 26 15:33:45 2012 +0000
+++ b/EthernetInterface.cpp	Tue Jul 03 12:46:34 2012 +0000
@@ -17,7 +17,7 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define __DEBUG__ 4
+#define __DEBUG__ 0
 #ifndef __MODULE__
 #define __MODULE__ "EthernetInterface.cpp"
 #endif