From 7d0bec835f4c98f05d23acf8daee2c4f3027eaec Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 28 Mar 2011 07:12:30 +0000 Subject: [PATCH] Remove Log() verbosity. --- LockScreen.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LockScreen.mm b/LockScreen.mm index ef4688a..aad919f 100644 --- a/LockScreen.mm +++ b/LockScreen.mm @@ -998,6 +998,7 @@ MSHook(bool, _ZN7WebCore16MIMETypeRegistry29isSupportedJavaScriptMIMETypeERKNS_6 // }}} // Script Compiler {{{ static void Log(const WebCore::String &string) { +#if 0 const UChar *data; size_t length; if (!StringGet(string, data, length)) @@ -1007,6 +1008,7 @@ static void Log(const WebCore::String &string) { terminated[length] = 0; memcpy(terminated, data, length * 2); NSLog(@"wtf %p:%zu:%S:", &string, length, terminated); +#endif } static void Cycriptify(apr_pool_t *pool, const uint16_t *&data, size_t &size) { -- 2.45.2