diff options
author | 2025-01-01 01:04:24 +0100 | |
---|---|---|
committer | 2025-01-01 01:04:24 +0100 | |
commit | 6ddeccc9aedffbd868b31a824064c38f784580e9 (patch) | |
tree | 761ce28b9069727e57416a05b37fbfab3068b06e | |
parent | 6b09092395181b88f5623c5859d74774b8b5565b (diff) | |
download | libusbmuxd-6ddeccc9aedffbd868b31a824064c38f784580e9.tar.gz libusbmuxd-6ddeccc9aedffbd868b31a824064c38f784580e9.tar.bz2 |
Remove debug printf
-rw-r--r-- | src/libusbmuxd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libusbmuxd.c b/src/libusbmuxd.c index 4fecd46..6b7d220 100644 --- a/src/libusbmuxd.c +++ b/src/libusbmuxd.c @@ -726,7 +726,6 @@ static plist_t create_plist_message(const char* message_type) { char client_version[128]; snprintf(client_version, 128, PACKAGE_NAME " %s", libusbmuxd_version()); -printf("%s\n", client_version); if (!bundle_id) { get_bundle_id(); } |