From: Jay Freeman (saurik) Date: Fri, 14 Aug 2009 07:37:14 +0000 (+0000) Subject: Remove some debugging garbage. X-Git-Tag: v0.9.3900~40 X-Git-Url: https://git.saurik.com/winterboard.git/commitdiff_plain/89b5e5bd2a55f0a30362fb63cd79367c44e1c420 Remove some debugging garbage. --- diff --git a/Library.mm b/Library.mm index b7fb754..73c9ec3 100644 --- a/Library.mm +++ b/Library.mm @@ -824,7 +824,6 @@ MSHook(id, SBUIController$init, SBUIController *self, SEL sel) { } [content addSubview:layer]; - WBLogHierarchy(_window); return self; } @@ -1263,10 +1262,6 @@ MSHook(void, TranscriptController$loadView, mSMSMessageTranscriptController *sel [table setBackgroundColor:[UIColor clearColor]]; [placard insertSubview:background belowSubview:table]; } - - WBLogHierarchy(placard); - - [placard performSelector:@selector(wb$logHierarchy) withObject:nil afterDelay:10]; } } diff --git a/control b/control index 63c2917..dd79423 100644 --- a/control +++ b/control @@ -3,7 +3,7 @@ Priority: optional Section: System Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2990-1 +Version: 0.9.2991-1 Description: more powerful, open-source SummerBoard Name: WinterBoard Depends: mobilesubstrate (>= 0.9.2958-1), killall