Remove debugging stuff
This commit is contained in:
parent
5ee578258e
commit
e39f41e183
1 changed files with 0 additions and 12 deletions
|
|
@ -1,15 +1,3 @@
|
||||||
# ---------- BEGIN DEV SECTION ----------
|
|
||||||
import asyncio
|
|
||||||
import logging
|
|
||||||
|
|
||||||
# asyncio debugging
|
|
||||||
asyncio.get_event_loop().set_debug(True) # uncomment for asycio debugging mode
|
|
||||||
logging.getLogger("asyncio").setLevel(logging.DEBUG)
|
|
||||||
|
|
||||||
# yaboli logger level
|
|
||||||
logging.getLogger(__name__).setLevel(logging.DEBUG)
|
|
||||||
# ----------- END DEV SECTION -----------
|
|
||||||
|
|
||||||
from .bot import *
|
from .bot import *
|
||||||
from .cookiejar import *
|
from .cookiejar import *
|
||||||
from .connection import *
|
from .connection import *
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue