NSLog removal, copyright date change

This commit is contained in:
Zakk 2018-02-06 08:30:12 -05:00
parent 745cdd679d
commit f69c2d044b
2 changed files with 1 additions and 2 deletions

View file

@ -128,7 +128,6 @@
id newSelf = [[SourceCache sharedCache] findCachedSourceForClass:self.class uniqueID:savedUniqueID];
if (newSelf)
{
NSLog(@"NEW SELF %@", newSelf);
return newSelf;
}

View file

@ -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>