From: Jay Freeman (saurik) Date: Tue, 8 Mar 2011 15:54:08 +0000 (-0800) Subject: Remove obsolete changes calculation debugging. X-Git-Tag: v1.1.0%b1~1 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/ca1660534e00cef90b9ab0686afc98f1521fe828 Remove obsolete changes calculation debugging. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index ee4a96f3..2acf3c8e 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();