mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 12:05:45 +00:00
Removing unwanted and forgotten debug line ref. #20
This commit is contained in:
parent
52db51175b
commit
becbb9bfbf
@ -4,7 +4,6 @@ focusstack(const Arg *arg)
|
|||||||
int i = stackpos(arg);
|
int i = stackpos(arg);
|
||||||
Client *c, *p;
|
Client *c, *p;
|
||||||
|
|
||||||
snprintf(selmon->ltsymbol, sizeof selmon->ltsymbol, "%d", n);
|
|
||||||
if (i < 0)
|
if (i < 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user