]> git.saurik.com Git - winterboard.git/commitdiff
Remove some debugging garbage.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 14 Aug 2009 07:37:14 +0000 (07:37 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 14 Aug 2009 07:37:14 +0000 (07:37 +0000)
Library.mm
control

index b7fb754e8eed1682ee24accee0c1242488605de7..73c9ec3aadb41fa3ca3ae250eb807829e7db661b 100644 (file)
@@ -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 63c2917df27b3e2fc657253164122b424e555cfc..dd794235321d78179fba0490915624689ade5e1d 100644 (file)
--- a/control
+++ b/control
@@ -3,7 +3,7 @@ Priority: optional
 Section: System
 Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 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