From 63f879690b05f3ec2f935f37e929805c81281e46 Mon Sep 17 00:00:00 2001 From: Joscha Date: Sat, 15 Apr 2017 21:21:03 +0000 Subject: [PATCH] Remove accidentally-left-in code for debugging --- client.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client.py b/client.py index f395794..84416c5 100644 --- a/client.py +++ b/client.py @@ -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)