Mercurial > touhou
changeset 101:101abdc1a20b
Disable debug-level logging
| author | Thibaut Girka <thib@sitedethib.com> |
|---|---|
| date | Mon, 05 Sep 2011 00:30:09 +0200 |
| parents | 5c40cc1b8019 |
| children | ad9297e0fbf2 |
| files | eclviewer.py |
| diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/eclviewer.py Mon Sep 05 00:29:31 2011 +0200 +++ b/eclviewer.py Mon Sep 05 00:30:09 2011 +0200 @@ -35,8 +35,6 @@ def main(path, stage_num): - import logging - logging.basicConfig(level=logging.DEBUG) # Initialize pygame pygame.init() window = pygame.display.set_mode((384, 448), pygame.OPENGL | pygame.DOUBLEBUF)
