Skip to content

Commit 675612f

Browse files
committed
Remove debug statements
1 parent 4bb393e commit 675612f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Commands/nib/TMDNibController.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ - (void)windowWillClose:(NSNotification*)aNotification
196196
// returnArgument: implementation. See <http://lists.macromates.com/textmate/2006-November/015321.html>
197197
- (NSMethodSignature*)methodSignatureForSelector:(SEL)aSelector
198198
{
199-
NSLog(@"[%@ methodSignatureForSelector:%@]", [self class], NSStringFromSelector(aSelector));
200199
NSString* str = NSStringFromSelector(aSelector);
201200
if([str hasPrefix:@"returnArgument:"])
202201
{
@@ -216,7 +215,6 @@ - (NSMethodSignature*)methodSignatureForSelector:(SEL)aSelector
216215

217216
- (void)forwardInvocation:(NSInvocation*)invocation
218217
{
219-
NSLog(@"[%@ forwardInvocation:%@]", [self class], invocation);
220218
NSString* str = NSStringFromSelector([invocation selector]);
221219
if([str hasPrefix:@"returnArgument:"])
222220
{

0 commit comments

Comments
 (0)