From c143c2e2d941e9d2aab8214410ca4df1f4ae77ef Mon Sep 17 00:00:00 2001 From: psy Date: Thu, 3 Oct 2013 16:19:08 -0700 Subject: [PATCH] clean test debug file from code --- web/index.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/index.py b/web/index.py index 7d578b5..c78aac5 100755 --- a/web/index.py +++ b/web/index.py @@ -144,6 +144,3 @@ output = """ """ -x = open('test.html','w') -x.write(output) -x.close()