tests/monitor-unit-tests: Remove left-over debug printf

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1607>
This commit is contained in:
Jonas Ådahl 2020-11-26 17:30:34 +01:00
parent 60f647df8e
commit b7a9c1d4e5

View File

@ -5398,8 +5398,6 @@ meta_test_monitor_wm_tiling (void)
meta_window_move_to_monitor (test_window, 1);
check_test_client_state (test_client);
fprintf(stderr, ":::: %s:%d %s() - UNPLUGGING\n", __FILE__, __LINE__, __func__);
test_case.setup.n_outputs = 0;
test_setup = create_monitor_test_setup (&test_case.setup,
MONITOR_TEST_FLAG_NO_STORED);