This website requires JavaScript.
Explore
Help
Sign In
jane
/
leds
Watch
1
Star
0
Fork
You've already forked leds
0
Code
Issues
Pull requests
Releases
Wiki
Activity
0c9af2b968
leds
/
logging.py
8 lines
114 B
Python
Raw
Normal View
History
Unescape
Escape
refactor state
2020-11-08 03:28:58 +00:00
debug_statements
=
False
debugging
2020-11-07 04:12:10 +00:00
def
debug
(
msg
)
:
if
debug_statements
:
print
(
msg
)
def
info
(
msg
)
:
print
(
msg
)
Reference in a new issue
Copy permalink