litagin commited on
Commit
8373106
β€’
1 Parent(s): 76e50e0

Disable debug log

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -18,7 +18,7 @@ logging.getLogger("matplotlib").setLevel(logging.ERROR)
18
 
19
  MATPLOTLIB_FLAG = False
20
 
21
- logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
22
  logger = logging
23
 
24
 
 
18
 
19
  MATPLOTLIB_FLAG = False
20
 
21
+ # logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
22
  logger = logging
23
 
24