Skip to content

Commit

Permalink
Remove fullscreen print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyon committed Jun 17, 2022
1 parent f45b408 commit 6f07b20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mpris.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,6 @@ static void handle_property_change(const char *name, void *data, UserData *ud)

} else if (g_strcmp0(name, "fullscreen") == 0) {
gboolean *status = data;
g_print("fullscreen! %d \n", *status);
prop_name = "Fullscreen";
prop_value = g_variant_new_boolean(*status);
}
Expand Down

0 comments on commit 6f07b20

Please sign in to comment.