Skip to content

Commit

Permalink
NSLog removal, copyright date change
Browse files Browse the repository at this point in the history
  • Loading branch information
zakk4223 committed Feb 6, 2018
1 parent 745cdd6 commit f69c2d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CocoaSplit/CSCaptureBase.m
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ -(id) initWithCoder:(NSCoder *)aDecoder
id newSelf = [[SourceCache sharedCache] findCachedSourceForClass:self.class uniqueID:savedUniqueID];
if (newSelf)
{
NSLog(@"NEW SELF %@", newSelf);
return newSelf;
}

Expand Down
2 changes: 1 addition & 1 deletion CocoaSplit/CocoaSplit-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2012 Zakk. All rights reserved.</string>
<string>Copyright © 2012-2018 Zakk.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f69c2d0

Please sign in to comment.