From f6a73fe6049a2d147a9336d8c0fbe2373eb5b67b Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 14 Dec 2014 04:44:53 -0800 Subject: [PATCH] Remove Log() calls that are on irrelevant strings. --- LockScreen.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/LockScreen.mm b/LockScreen.mm index 040cead..c8b882f 100644 --- a/LockScreen.mm +++ b/LockScreen.mm @@ -767,7 +767,6 @@ MSHook(void, _ZN3JSC6Parser5parseEPNS_12JSGlobalDataEPiPNS_7UStringE, JSC::Sourc MSHook(const WebCore::String &, _ZNK7WebCore4Node11textContentEb, void *_this, bool convert) { const WebCore::String &code(__ZNK7WebCore4Node11textContentEb(_this, convert)); string = const_cast(&code); - Log(code); Cycriptify(code); return code; } @@ -782,7 +781,6 @@ MSHook(void, _ZN7WebCore16ScriptSourceCodeC2ERKNS_6StringERKNS_4KURLEi, void *_t MSHook(const WebCore::String &, _ZN7WebCore12CachedScript6scriptEv, void *_this) { const WebCore::String &script(__ZN7WebCore12CachedScript6scriptEv(_this)); string = const_cast(&script); - Log(script); return script; } -- 2.45.2