[sulfur] remove debug output

This commit is contained in:
Fabio Erculiani
2011-04-26 12:20:58 +02:00
parent b59edb9782
commit d274cbb75e
+2 -1
View File
@@ -950,7 +950,8 @@ class SulfurApplication(Controller, SulfurApplicationEventsMixin):
def do_ugc_sync():
self._ugc_update()
self._cacher.sync()
print_generic("UGC child process done")
if self.do_debug:
print_generic("UGC child process done")
emit_ugc_update()
self._spawning_ugc = True