From ab98966d9c129bc3c07bd221f36fb0f1cebb97fe Mon Sep 17 00:00:00 2001
From: Shlomi Fish <shlomif@shlomifish.org>
Date: Tue, 19 Dec 2017 13:39:22 +0200
Subject: [PATCH] Remove debugging hard code.

---
 pysollib/ui/tktile/menubar.py | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pysollib/ui/tktile/menubar.py b/pysollib/ui/tktile/menubar.py
index cdda463f..092967db 100644
--- a/pysollib/ui/tktile/menubar.py
+++ b/pysollib/ui/tktile/menubar.py
@@ -1216,12 +1216,6 @@ Unsupported game for import.
 '''),
                 bitmap='error')
             return
-        if True:
-            filename = '/tmp/f.board'
-            with open(filename, 'r') as fh:
-                game = self.game
-                game.Solver_Class(game, self).importFile(fh, game, self)
-            return
 
         filename = self.game.filename
         if filename: