Drop console logging - messes with other tests

kivy_mainline_and_py3.8
Tyler Goodlet 2018-06-23 15:33:33 -04:00
parent c062b01b7b
commit 8c5af7fd97
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"