From: Jay Freeman (saurik) Date: Thu, 27 Nov 2014 14:36:26 +0000 (-0800) Subject: Remove a line of debug output left in by accident. X-Git-Tag: v0.9.3918~9 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/93df430801e1a92c96c4e20fce06a0699b64c323 Remove a line of debug output left in by accident. --- diff --git a/Library.mm b/Library.mm index 758dad0..d400f4c 100644 --- a/Library.mm +++ b/Library.mm @@ -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 &);