From d2d46709152bf41330f8a689219e61ec68c8e8f2 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 15 Jun 2008 19:03:54 +0100 Subject: [PATCH] Fix up some debugging from the previous commit --- terminator | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/terminator b/terminator index 99c8d6a5..19e3e935 100755 --- a/terminator +++ b/terminator @@ -380,7 +380,7 @@ text/plain if self.conf.use_custom_command and shell[0] != '/': for path in paths: - print ('spawn_child: looking for "%s"'%os.path.join (path, shell)) + dbg ('spawn_child: looking for "%s"'%os.path.join (path, shell)) if os.path.exists (os.path.join (path, shell)): shell = os.path.join (path, shell) break @@ -1693,9 +1693,7 @@ if __name__ == '__main__': value = '' while parser.rargs: arg = parser.rargs[0] - print 'profile_cb: %s (%s)'%(arg, arg[0]) if arg[0] != '-': - print 'profile_cb: Adding argument' if len (value) > 0: value = '%s %s'%(value, arg) else: