[kismac] [binaervarianz] r215 - branches/usb-drivers/Sources/Driver/USBJack
- From: svn@xxxxxxxxxxxxxxxx
- To: kismac@xxxxxxxxxxxxx
- Date: Wed, 25 Oct 2006 15:54:01 +0200
Author: gkruse
Date: 2006-10-25 15:53:59 +0200 (Wed, 25 Oct 2006)
New Revision: 215
Modified:
branches/usb-drivers/Sources/Driver/USBJack/USBJack.mm
Log:
Remove potentially confusing debug message from usbJack based drivers.
Modified: branches/usb-drivers/Sources/Driver/USBJack/USBJack.mm
===================================================================
--- branches/usb-drivers/Sources/Driver/USBJack/USBJack.mm 2006-10-25
13:47:40 UTC (rev 214)
+++ branches/usb-drivers/Sources/Driver/USBJack/USBJack.mm 2006-10-25
13:53:59 UTC (rev 215)
@@ -1050,7 +1050,7 @@
}
USBJack::~USBJack() {
- NSLog(@"I'm being destroyed!!!");
+ // NSLog(@"I'm being destroyed!!!");
stopRun();
_interface = NULL;
_frameSize = 0;
Other related posts:
- » [kismac] [binaervarianz] r215 - branches/usb-drivers/Sources/Driver/USBJack