]> git.saurik.com Git - cydget.git/commitdiff
Remove Log() verbosity.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 28 Mar 2011 07:12:30 +0000 (07:12 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 28 Mar 2011 08:57:12 +0000 (08:57 +0000)
LockScreen.mm

index ef4688a0bc922002377e1d024849b9c18a52c718..aad919f566f3fd6820c031cec3ca3be86d4a3f3b 100644 (file)
@@ -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) {