Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
(That broke python3.)
  • Loading branch information
renpytom committed Jan 23, 2016
1 parent e5b5b6d commit acc3178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pygame_sdl2/surface.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ cdef class Surface:
self.unlock()

def set_colorkey(self, color, flags=0):
print color

if color is None:
if SDL_SetColorKey(self.surface, SDL_FALSE, 0):
Expand Down

0 comments on commit acc3178

Please sign in to comment.