Skip to content

Commit

Permalink
Remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias authored Jan 1, 2025
1 parent 6b09092 commit 6ddeccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libusbmuxd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 6ddeccc

Please sign in to comment.