Skip to content

Commit

Permalink
Remove unnecessary printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 6, 2015
1 parent 54a9cae commit fc9df2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/robotjs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit fc9df2a

Please sign in to comment.