Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove NSLog debug.
  • Loading branch information
stuconnolly committed Jan 19, 2014
1 parent 49b7972 commit 18b2aa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/SPAboutController.m
Expand Up @@ -129,8 +129,6 @@ - (void)_setVersionLabel:(BOOL)isNightly
hashIsEmpty ? @"" : [NSString stringWithFormat:@" (%@)", versionHash]];
}

NSLog(@"%@", textFieldString);

[appBuildVersionTextField setStringValue:textFieldString];
}

Expand Down

0 comments on commit 18b2aa7

Please sign in to comment.