JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove debugging printf
[st.git] / st.c
diff --git a/st.c b/st.c
index 1310426..d0a607b 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1794,8 +1794,7 @@ kpress(XEvent *ev) {
                                if(meta && len == 1)
                                        ttywrite("\033", 1);
                                ttywrite(buf, len);
-                       } else /* 4. nothing to send */
-                               fprintf(stderr, "errkey: %d\n", (int)ksym);
+                       }
                        break;
                }
 }