summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-08 07:54:08 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-08 07:54:08 -0800
commitca1660534e00cef90b9ab0686afc98f1521fe828 (patch)
tree1a5d46c8ffbcc8847a56b05889c5413c92413a9c
parent24b3f90240ead459145aceae898e3d9a2bd77bcb (diff)
Remove obsolete changes calculation debugging.
-rw-r--r--MobileCydia.mm2
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();