mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
removing the print
This commit is contained in:
parent
3228860514
commit
7a48d7658d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user