remove accidentally committed trial code

svn: r9408
This commit is contained in:
James G Sack
2007-11-26 05:22:20 +00:00
parent ecfa4aa0c0
commit 97a720945f
2 changed files with 6 additions and 7 deletions

View File

@@ -251,13 +251,6 @@ class Gramps:
ah.handle_args()
self.vm.post_init_interface()
else:
#jgs:
from GrampsLogger import GtkHandler
for h in log.parent.handlers:
if isinstance(h,GtkHandler):
log.parent.removeHandler(h)
break
#jgs:------------------------------
ah.handle_args()
self.vm.post_init_interface()