Skip to content

Commit fc9df2a

Browse files
committed
Remove unnecessary printf.
1 parent 54a9cae commit fc9df2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotjs.cc

-1
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ NAN_METHOD(getColor)
660660
memcpy(bitmap->imageBuffer, buf, bitmap->bytewidth * bitmap->height);
661661
}
662662

663-
printf("2: %s\n", hex);
664663
color = MMRGBHexAtPoint(bitmap, x, y);
665664

666665
//destroyMMBitmap(bitmap);

0 commit comments

Comments
 (0)