]> git.saurik.com Git - winterboard.git/commitdiff
Remove a line of debug output left in by accident.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 27 Nov 2014 14:36:26 +0000 (06:36 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 27 Nov 2014 14:36:26 +0000 (06:36 -0800)
Library.mm

index 758dad0345a62438ab89e390c799da39dee09610..d400f4ca74ef30058006d1352f0020a38f34d40b 100644 (file)
@@ -2541,7 +2541,6 @@ MSInitialize {
 #ifdef __LP64__
         bool (*_Z24GetFileNameForThisActionjPcjRb)(unsigned int, char *, unsigned int, bool &);
         msset(_Z24GetFileNameForThisActionjPcjRb, image, "__Z24GetFileNameForThisActionjPcjRb");
-        NSLog(@"WTH:%p", _Z24GetFileNameForThisActionjPcjRb);
         MSHookFunction(_Z24GetFileNameForThisActionjPcjRb, &$_Z24GetFileNameForThisActionjPcjRb, &__Z24GetFileNameForThisActionjPcjRb);
 #else
         bool (*_Z24GetFileNameForThisActionmPcmRb)(unsigned long, char *, unsigned long, bool &);