Browse Source

Deleted debug output

Michael Schwarz 9 years ago
parent
commit
fd5c35a2a9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      server.py

+ 0 - 1
server.py

@@ -38,7 +38,6 @@ def server(port, bindTo):
 
 		command = 'echo "'+'new report \\\"{0}\\\" from [{2}]:{3} stored as \\\"{1}\\\""'.format(report_id, filename, addr[0], addr[1])
 		command = command + ' | /usr/local/bin/ff_log_to_bot'
-		print(command)
 		os.system(command)
 		print('new report "{0}" from [{2}]:{3} stored as "{1}"'.format(report_id, filename, addr[0], addr[1]))