From ca1660534e00cef90b9ab0686afc98f1521fe828 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 8 Mar 2011 07:54:08 -0800 Subject: Remove obsolete changes calculation debugging. --- MobileCydia.mm | 2 -- 1 file changed, 2 deletions(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index ee4a96f..2acf3c8 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -8686,8 +8686,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } } - NSLog(@"changes:#%u", changes); - UITabBarItem *changesItem = [[[tabbar_ viewControllers] objectAtIndex:2] tabBarItem]; if (changes != 0) { _trace(); -- cgit v1.2.3