mirror of https://github.com/kivy/kivy.git
Merge pull request #7620 from p0lygun/patch-3
removed print and added logging to flipVert
This commit is contained in:
commit
7e2a2c7529
kivy/core/window
|
@ -819,7 +819,7 @@ cdef SDL_Surface* flipVert(SDL_Surface* sfc):
|
|||
<int>sfc.format.BytesPerPixel,
|
||||
<int>sfc.pitch
|
||||
)
|
||||
print(output)
|
||||
Logger.debug("Window: Screenshot output dimensions {output}")
|
||||
|
||||
cdef Uint32 pitch = sfc.pitch
|
||||
cdef Uint32 pxlength = pitch * sfc.h
|
||||
|
|
Loading…
Reference in New Issue