Remove development stage "Using Wayland backend" message

This commit is contained in:
ManoloFLTK 2022-11-17 07:31:37 +01:00
parent 167a3268c9
commit 402764f5c1
1 changed files with 1 additions and 1 deletions

View File

@ -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);