Skip to content

Commit

Permalink
remove a debug statement, ups the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinrue committed Oct 22, 2014
1 parent b306986 commit 94ce1d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Expand Up @@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.5.3</string>
<string>1.5.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand All @@ -50,7 +50,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>64</string>
<string>65</string>
<key>CPCrashReportURL</key>
<string>http://crashreport.controlplaneapp.com/crash_v200.php</string>
<key>CPDonationURL</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/CPController.m
Expand Up @@ -248,7 +248,7 @@ - (void)changeActiveIconImageColorTo:(NSColor *)color {
[sbImageActive recache];
}
@catch (NSException *e) {
DSLog(@"Failed to change the color of status bar icon %@", e);
DSLog(@"Failed to change the color of status bar icon");
}
}

Expand Down

0 comments on commit 94ce1d7

Please sign in to comment.