remove debug print
This commit is contained in:
parent
40d58a1e34
commit
7dc01bbee7
1 changed files with 5 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue