Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzili committed Mar 25, 2019
1 parent 50c7386 commit 3ccc79c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server.py
Expand Up @@ -53,9 +53,6 @@

def mlog(fnc="unknown_fnc", msg=""):
print(msg)
with open("logs_pretrained_abr/abr_rl_pretrained.log", "a", 0) as log_file:
log_file.write("{} {}: {}\n".format(str(datetime.now()), fnc, msg))
log_file.close()
return


Expand Down

0 comments on commit 3ccc79c

Please sign in to comment.