remove debug print

This commit is contained in:
Dana Jansens 2003-08-31 19:58:39 +00:00
parent ea2f33e9ee
commit 030fabad14

View file

@ -429,8 +429,6 @@ static void event_process(const XEvent *ec, gpointer data)
ee = *ec;
e = ⅇ
g_message("Event %d", e->type);
window = event_get_window(e);
if ((obwin = g_hash_table_lookup(window_map, &window))) {
switch (obwin->type) {