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:
parent
c158561593
commit
ab98966d9c
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue