remove accidentally committed trial code
svn: r9408
This commit is contained in:
		@@ -1,3 +1,9 @@
 | 
			
		||||
2007-11-25 Jim Sack <jgsack@san.rr.com>
 | 
			
		||||
	* 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 <jgsack@san.rr.com>
 | 
			
		||||
	* src/const.py.in : add USER_xxx for more centralization
 | 
			
		||||
	* src/ViewManager.py : use const.USER_DOCGEN
 | 
			
		||||
 
 | 
			
		||||
@@ -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()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user