Skip to content

Commit

Permalink
chore: remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Jun 6, 2024
1 parent eea8fd1 commit 9c3f973
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linux/my_application.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ MyApplication* my_application_new() {
my_application_id = "com.github.KRTirtho.Spotube";
}

g_print("Application ID: %s\n", my_application_id);

return MY_APPLICATION(g_object_new(
my_application_get_type(), "application-id", my_application_id, "flags",
G_APPLICATION_HANDLES_COMMAND_LINE | G_APPLICATION_HANDLES_OPEN,
Expand Down

0 comments on commit 9c3f973

Please sign in to comment.