Drop console logging - messes with other tests

asyncgen_closing_fix
Tyler Goodlet 2018-06-23 15:33:33 -04:00
parent 97865a192a
commit 597546cf7b
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ log = get_logger('tractor')
# set at startup and after forks
_current_actor = None
# for debugging
log = get_console_log('info')
class ActorFailure(Exception):
"General actor failure"