mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-14 12:51:07 +00:00
Removed debugging line.
This commit is contained in:
parent
9e9960bcb5
commit
133a3a53e3
@ -167,7 +167,6 @@ assert not restricted, "Can only be run outside of restricted environment!"
|
|||||||
try:
|
try:
|
||||||
import psyco
|
import psyco
|
||||||
psyco.full()
|
psyco.full()
|
||||||
print "psyco used =", psyco.__file__
|
|
||||||
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
print "Psyco is not available - no point in continuing..."
|
print "Psyco is not available - no point in continuing..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user