diff options
| author | 2015-01-28 02:49:06 +0100 | |
|---|---|---|
| committer | 2015-01-28 02:49:06 +0100 | |
| commit | 2c6e04f6b98f6bb4504050aacc2f1489e7497bba (patch) | |
| tree | 5e9c69c0b5e90b1bc10aad51c0db443e88567971 | |
| parent | 61d05bf695cb0275625a5d1eb32bbacdec6d5f22 (diff) | |
| download | ideviceinstaller-2c6e04f6b98f6bb4504050aacc2f1489e7497bba.tar.gz ideviceinstaller-2c6e04f6b98f6bb4504050aacc2f1489e7497bba.tar.bz2 | |
Remove unused notification printing in callback
| -rw-r--r-- | src/ideviceinstaller.c | 1 |
1 files changed, 0 insertions, 1 deletions
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, void *unused) | |||
| 94 | static void notifier(const char *notification) | 94 | static void notifier(const char *notification) |
| 95 | #endif | 95 | #endif |
| 96 | { | 96 | { |
| 97 | /* printf("notification received: %s\n", notification);*/ | ||
| 98 | notified = 1; | 97 | notified = 1; |
| 99 | } | 98 | } |
| 100 | 99 | ||
