From fc9df2a032e61b0f7d179a372b1beb696b12e53e Mon Sep 17 00:00:00 2001 From: Jason Stallings Date: Tue, 6 Oct 2015 12:28:30 -0500 Subject: [PATCH] Remove unnecessary printf. --- src/robotjs.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/robotjs.cc b/src/robotjs.cc index fb141682..bd2598bd 100644 --- a/src/robotjs.cc +++ b/src/robotjs.cc @@ -660,7 +660,6 @@ NAN_METHOD(getColor) memcpy(bitmap->imageBuffer, buf, bitmap->bytewidth * bitmap->height); } - printf("2: %s\n", hex); color = MMRGBHexAtPoint(bitmap, x, y); //destroyMMBitmap(bitmap);