Removed debugging line.

This commit is contained in:
Greg Copeland 2008-06-30 17:35:35 +00:00
parent 9e9960bcb5
commit 133a3a53e3

View File

@ -167,7 +167,6 @@ assert not restricted, "Can only be run outside of restricted environment!"
try:
import psyco
psyco.full()
print "psyco used =", psyco.__file__
except ImportError:
print "Psyco is not available - no point in continuing..."