Explorar o código

remove debugging printf

pancake@nopcode.org %!s(int64=14) %!d(string=hai) anos
pai
achega
fe72483686
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      st.c

+ 1 - 2
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;
 		}
 }