remove debug print

This commit is contained in:
Dana Jansens 2003-09-26 04:10:17 +00:00
parent 40d58a1e34
commit 7dc01bbee7

View file

@ -1315,8 +1315,6 @@ void client_update_wmhints(ObClient *self)
if (ur != self->urgent) {
self->urgent = ur;
ob_debug("Urgent Hint for 0x%lx: %s\n", self->window,
ur ? "ON" : "OFF");
/* fire the urgent callback if we're mapped, otherwise, wait until
after we're mapped */
if (self->frame)