[Remove] Debug prints.

This commit is contained in:
Allanis 2013-07-21 14:37:18 +01:00
parent a5e6d0e51f
commit 1dfb561e24

View File

@ -301,8 +301,6 @@ class Space:
self.__swidget(key).set_text(str(value))
# Load nebulae properties.
print "LOAD %s" % self.cur_system
print system["general"]
try:
for key, val in system["general"]["nebulae"].items():
self.__swidget("spiNebuDensity").set_text(str(key))
@ -506,8 +504,6 @@ class Space:
self.__sinpStore(system, "spiInterference", "general", "interference")
self.__sinpStore(system, "spiAsteroids", "general", "asteroids")
# Nebulae.
print "SAVE %s" % self.cur_system
print system["general"]
system["general"]["nebulae"] = {}
density = self.__swidget("spiNebuDensity").get_text()
volatility = self.__swidget("spiNebuVolatility").get_text()