From 89b5e5bd2a55f0a30362fb63cd79367c44e1c420 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 14 Aug 2009 07:37:14 +0000 Subject: [PATCH] Remove some debugging garbage. --- Library.mm | 5 ----- control | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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 -- 2.47.2