diff --git a/ChangeLog b/ChangeLog index 4706478f5..11f047c77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-25 Jim Sack + * src/gramps_main.py : remove trial code left in on last commit + the r9407 trial code may be of interest as it demos how I avoid + gui popups when doing CLI testing -- but I think there's probably + a cleaner way, and maybe it also deserves a CLI option. + 2007-11-25 Jim Sack * src/const.py.in : add USER_xxx for more centralization * src/ViewManager.py : use const.USER_DOCGEN diff --git a/src/gramps_main.py b/src/gramps_main.py index dc102ad4f..831e71411 100644 --- a/src/gramps_main.py +++ b/src/gramps_main.py @@ -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()