使用username 去掉log_ha里的print

This commit is contained in:
halcyon
2015-04-22 18:04:23 +08:00
parent b7aa1ab3dc
commit 8a8f68d908
2 changed files with 2 additions and 3 deletions

View File

@@ -66,7 +66,6 @@ def run():
log_hanler(pid_id)
for pid_id, pid, log_path, is_finished, log_finished, start_time in pids1:
print pid_id, start_time, type(start_time)
try:
file_time = int(os.stat(log_path).st_ctime)
now_time = int(time.time())