We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548bbcf commit 805665eCopy full SHA for 805665e
modules/piu/All/piuStyle.c
@@ -272,7 +272,6 @@ void PiuStyleCreate(xsMachine* the)
272
self->flags |= piuStyleDecoration;
273
else if (!c_strcmp(string, "underline")) {
274
self->flags |= piuStyleDecoration | piuStyleUnderline;
275
- fprintf(stderr, "self->flags %x\n", self->flags);
276
}
277
else
278
xsErrorPrintf("invalid decoration");
0 commit comments