removed some testing stuff

develop
doomchild 2011-03-29 10:10:30 -05:00
parent e9cda85e9b
commit df29be1368
1 changed files with 1 additions and 6 deletions

@ -176,9 +176,4 @@ class Context(object):
if self._window_io_obj is None:
self._window_io_obj = window_io.WindowIO(libdfhack.Context_getWindowIO(self._c_ptr))
return self._window_io_obj
cm = ContextManager("Memory.xml")
df = cm.get_single_context()
df.attach()
w = df.window_io
return self._window_io_obj