removing the print

This commit is contained in:
wiredfool 2015-10-01 06:18:10 -07:00
parent 3228860514
commit 7a48d7658d

View File

@ -95,7 +95,7 @@ class TestImageWinPointers(PillowTestCase):
hdr.biClrImportant = 0
hdc = CreateCompatibleDC(None)
print('hdc:',hex(hdc))
#print('hdc:',hex(hdc))
pixels = ctypes.c_void_p()
dib = CreateDIBSection(hdc, ctypes.byref(hdr), DIB_RGB_COLORS, ctypes.byref(pixels), None, 0)
SelectObject(hdc, dib)