aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/st.c b/src/st.c
index 328cdb9..94ff02f 100644
--- a/src/st.c
+++ b/src/st.c
@@ -3762,7 +3762,6 @@ void
regglobal(void *data, struct wl_registry *registry, uint32_t name,
const char *interface, uint32_t version)
{
- printf("%s\n", interface);
if (strcmp(interface, "wl_compositor") == 0) {
wl.cmp = wl_registry_bind(registry, name,
&wl_compositor_interface, 3);