vncs: silence devdraw debug prints
This commit is contained in:
parent
77ca4e0056
commit
cc5d74262c
1 changed files with 1 additions and 1 deletions
|
@ -1265,7 +1265,7 @@ printmesg(char *fmt, uchar *a, int plsprnt)
|
||||||
char *p, *q;
|
char *p, *q;
|
||||||
int s;
|
int s;
|
||||||
|
|
||||||
if(plsprnt==0){
|
if(1||plsprnt==0){
|
||||||
SET(s,q,p);
|
SET(s,q,p);
|
||||||
USED(fmt, a, buf, p, q, s);
|
USED(fmt, a, buf, p, q, s);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue