index
:
agario-bot
agarnetbug2
demonstrate_on_cell_eaten_issue
fancyclient
master
pathfinding
strategy-rework
tastyness
A bot playing agar.io
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
log.py
blob: f707b2d689b6899a968f7f569001203c9440ef3b (
plain
)
1
2
3
4
5
6
logging
=
False
def
log
(
string
):
if
logging
:
print
(
string
)