Skip to content

Commit 805665e

Browse files
committed
remove error printf
1 parent 548bbcf commit 805665e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/piu/All/piuStyle.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ void PiuStyleCreate(xsMachine* the)
272272
self->flags |= piuStyleDecoration;
273273
else if (!c_strcmp(string, "underline")) {
274274
self->flags |= piuStyleDecoration | piuStyleUnderline;
275-
fprintf(stderr, "self->flags %x\n", self->flags);
276275
}
277276
else
278277
xsErrorPrintf("invalid decoration");

0 commit comments

Comments
 (0)