commit | 2c6e04f6b98f6bb4504050aacc2f1489e7497bba | [log] [tgz] |
---|---|---|
author | Martin Szulecki <m.szulecki@libimobiledevice.org> | Wed Jan 28 02:49:06 2015 +0100 |
committer | Martin Szulecki <m.szulecki@libimobiledevice.org> | Wed Jan 28 02:49:06 2015 +0100 |
tree | 5e9c69c0b5e90b1bc10aad51c0db443e88567971 | |
parent | 61d05bf695cb0275625a5d1eb32bbacdec6d5f22 [diff] |
Remove unused notification printing in callback
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index dd9b5f8..0cf2b18 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c
@@ -94,7 +94,6 @@ static void notifier(const char *notification) #endif { - /* printf("notification received: %s\n", notification);*/ notified = 1; }