clean test debug file from code

This commit is contained in:
psy 2013-10-03 16:19:08 -07:00
parent adb3c13ef1
commit c143c2e2d9

View File

@ -144,6 +144,3 @@ output = """
</script>
</html>
"""
x = open('test.html','w')
x.write(output)
x.close()