From: Dana Jansens Date: Sat, 30 Aug 2003 07:20:45 +0000 (+0000) Subject: remove debug print X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=009685bc4630a5deb3a48179450fb18e619c6e04;p=chaz%2Fopenbox remove debug print --- diff --git a/openbox/grab.c b/openbox/grab.c index 2ef51fef..17374766 100644 --- a/openbox/grab.c +++ b/openbox/grab.c @@ -31,8 +31,6 @@ gboolean grab_keyboard(gboolean grab) ret = TRUE; } - g_message("grabs: %d", kgrabs); - return ret; }