From e1b562ba325d11b9f82cae3db324e6e3260bc1ab Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 28 Jan 2008 17:01:44 +0000 Subject: [PATCH] remove debugging print statement --- plcsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plcsh b/plcsh index 9997c15..ad10824 100755 --- a/plcsh +++ b/plcsh @@ -64,11 +64,10 @@ if len(sys.argv) > 1 and os.path.exists(sys.argv[1]): # Pop us off the argument stack sys.argv.pop(0) script = sys.argv[0] + # Add of script to sys.path path = os.path.dirname(os.path.abspath(script)) sys.path.append(path) - from pprint import pprint - pprint(sys.path) execfile(sys.argv[0]) # Otherwise, run an interactive shell environment -- 2.43.0