From 93df430801e1a92c96c4e20fce06a0699b64c323 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 27 Nov 2014 06:36:26 -0800 Subject: [PATCH] Remove a line of debug output left in by accident. --- Library.mm | 1 - 1 file changed, 1 deletion(-) 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 &); -- 2.45.2