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);