Remove accidentally-left-in code for debugging
This commit is contained in:
parent
cc31ed6be9
commit
63f879690b
1 changed files with 0 additions and 5 deletions
|
|
@ -106,11 +106,6 @@ class Client():
|
|||
elif i == 267: # F3
|
||||
self.map_.alternating_colors = not self.map_.alternating_colors
|
||||
self.redraw()
|
||||
elif i == 268:
|
||||
self.stdscr_visible = not self.stdscr_visible
|
||||
if self.stdscr_visible: self.stdscr.redrawwin()
|
||||
else: self.map_.redraw()
|
||||
self.redraw()
|
||||
elif i == 269: # F5
|
||||
self.map_.redraw()
|
||||
# scrolling the map (10 vertical, 20 horizontal)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue