diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 07:54:08 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-08 07:54:08 -0800 |
commit | ca1660534e00cef90b9ab0686afc98f1521fe828 (patch) | |
tree | 1a5d46c8ffbcc8847a56b05889c5413c92413a9c /MobileCydia.mm | |
parent | 24b3f90240ead459145aceae898e3d9a2bd77bcb (diff) |
Remove obsolete changes calculation debugging.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 0 insertions, 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(); |