Add --command-no-exit to bin/hooke, making hardcoded testing calls to execute_command...
[hooke.git] / hooke / ui / gui / __init__.py
index 1c646f4396cc82429da7eb82cc55a601902b18f8..38bf191d4a2629377bdbec58fff0e1757d1b324b 100644 (file)
@@ -114,19 +114,6 @@ class HookeFrame (wx.Frame):
 
         self._setup_perspectives()
         self._bind_events()
-
-        self.execute_command(
-                command=self._command_by_name('load playlist'),
-                args={'input':'test/data/test'},#vclamp_picoforce/playlist'},
-                )
-        self.execute_command(
-                command=self._command_by_name('load playlist'),
-                args={'input':'test/data/vclamp_picoforce/playlist'},
-                )
-        self.execute_command(
-                command=self._command_by_name('polymer fit'),
-                args={'block':1, 'bounds':[918, 1103]},
-                )
         return # TODO: cleanup
         self.playlists = self._c['playlist'].Playlists
         self._displayed_plot = None