Drop console logging - messes with other tests
parent
c062b01b7b
commit
8c5af7fd97
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue