1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Remove debugging hard code.

This commit is contained in:
Shlomi Fish 2017-12-19 13:39:22 +02:00
parent c158561593
commit ab98966d9c

View file

@ -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: