projects
/
enjoyable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f300c18
)
Remove timer log, it's too chatty.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 9 Mar 2013 12:34:13 +0000
(13:34 +0100)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 9 Mar 2013 12:34:13 +0000
(13:34 +0100)
Classes/NJDeviceController.m
patch
|
blob
|
history
diff --git
a/Classes/NJDeviceController.m
b/Classes/NJDeviceController.m
index 0ed8bc697ad3efdbfb602d54aa68f80003415bf4..db821bf73b6a720825c3be814127f36421a67d74 100644
(file)
--- a/
Classes/NJDeviceController.m
+++ b/
Classes/NJDeviceController.m
@@
-53,7
+53,6
@@
selector:@selector(updateContinuousInputs:)
userInfo:nil
repeats:YES];
- NSLog(@"Scheduled continuous output timer.");
}
}
@@
-154,7
+153,6
@@
static void remove_callback(void *ctx, IOReturn inResult, void *inSender, IOHIDD
if (!runningOutputs.count) {
[continuousTimer invalidate];
continuousTimer = nil;
- NSLog(@"Unscheduled continuous output timer.");
}
}