]> git.llucax.com Git - personal/ion3-config.git/commitdiff
Remove stupid print from psi statusd monitor.
authorLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jan 2008 22:55:13 +0000 (20:55 -0200)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 10 Jan 2008 23:34:49 +0000 (21:34 -0200)
psi_status_server.py

index aa4846c980ffc5d638a12d7b0d9768e039e1b47d..cb1f5f4ef895f73f8f5f709ff1c8b5ec479f1b46 100755 (executable)
@@ -27,7 +27,6 @@ secs = default_secs
 if len(sys.argv) > 1:
        secs = int(sys.argv[1])
 
-print 'start'
 while True:
        events = []
        for f in glob.glob(events_files_glob):