summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-17 07:31:37 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-17 07:31:37 +0100
commit402764f5c1373792fce742c663eb995b1c8a1d70 (patch)
tree1b067de996c52d493684b1f32809364ed2a5779d /src
parent167a3268c95e300b45c31551390f61962074a863 (diff)
Remove development stage "Using Wayland backend" message
Diffstat (limited to 'src')
-rw-r--r--src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
index cfd83adc3..03b550062 100644
--- a/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
+++ b/src/drivers/Wayland/Fl_Wayland_Screen_Driver.cxx
@@ -1106,7 +1106,7 @@ void Fl_Wayland_Screen_Driver::open_display_platform() {
Fl::fatal("No Wayland connection\n");
}
}
-puts("Using Wayland backend");
+ //puts("Using Wayland backend");
wl_list_init(&seats);
wl_list_init(&outputs);