diff options
author | Matt Strapp <strap012@umn.edu> | 2021-04-26 14:44:57 -0500 |
---|---|---|
committer | Matt Strapp <strap012@umn.edu> | 2021-04-26 15:03:24 -0500 |
commit | 8774432f5b7e87fc9647c97022d38673f66a8b2f (patch) | |
tree | 6b93db7fc54391d79a60d3ac9ed2662e1a2b5b3c /python/dotsandboxes/dotsandboxesagent | |
parent | Rebase newer branch (diff) | |
download | csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.gz csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.bz2 csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.lz csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.xz csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.tar.zst csci4511w-8774432f5b7e87fc9647c97022d38673f66a8b2f.zip |
Add debug configs,
Diffstat (limited to '')
-rw-r--r-- | python/dotsandboxes/dotsandboxesagent.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/dotsandboxes/dotsandboxesagent.py b/python/dotsandboxes/dotsandboxesagent.py index c8bc05e..9fe6cb8 100644 --- a/python/dotsandboxes/dotsandboxesagent.py +++ b/python/dotsandboxes/dotsandboxesagent.py @@ -15,8 +15,6 @@ import asyncio import websockets import json from collections import defaultdict -import random - logger = logging.getLogger(__name__) games = {} |