Skip to content

Commit 0cf3bb4

Browse files
committed
remove debug printf (im usually better about this...)
1 parent c4e8431 commit 0cf3bb4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ NAN_METHOD(register_font_js) {
2828

2929
if (!register_font((unsigned char*) *filePath)) {
3030
Nan::ThrowError("Could not load font to the system's font host");
31-
} else {
32-
printf("registered %s ok\n", *filePath);
3331
}
3432
}
3533

0 commit comments

Comments
 (0)