From fd5e7170ce208b181cb758c8e71beb0b2abb6a2b Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Sat, 13 Mar 2010 16:16:10 +0000 Subject: [PATCH] Remove debug message git-svn-id: http://svn.pyinstaller.org/trunk@792 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- support/_pyi_egg_install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/support/_pyi_egg_install.py b/support/_pyi_egg_install.py index 9c59be2..8beddea 100644 --- a/support/_pyi_egg_install.py +++ b/support/_pyi_egg_install.py @@ -38,6 +38,5 @@ else: for fn in os.listdir(d): sys.path.append(os.path.join(d, fn)) - print "adding", sys.path[-1]