Skip to content

Commit

Permalink
cleaned up some console messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ccgus committed Sep 16, 2009
1 parent d5e63da commit 40f1991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/JSTListener.m
Expand Up @@ -46,10 +46,10 @@ - (void) setupListener {
[_conn setRootObject:_rootObject ? _rootObject : NSApp];

if ([_conn registerName:port]) {
NSLog(@"JSTalk listening on port %@", port);
//NSLog(@"JSTalk listening on port %@", port);
}
else {
NSLog(@"Could not listen on port %@", port);
NSLog(@"JSTalk could not listen on port %@", port);
[_conn release];
_conn = 0x00;
}
Expand Down

0 comments on commit 40f1991

Please sign in to comment.