Skip to content

Commit

Permalink
Remove debug log.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Sep 1, 2015
1 parent 60b58f3 commit eb0f055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manhole.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ def run(self):
while self.should_run:
_LOG("Waiting for new connection (in pid:%s) ..." % os.getpid())
try:
_LOG("%s; %s" % (sock, sock.accept.__code__.co_filename))
client = ManholeConnectionThread(sock.accept()[0], self.locals, self.daemon_connection)
client.start()
client.join()
Expand Down

0 comments on commit eb0f055

Please sign in to comment.