Remove debug code

This commit is contained in:
Kurt Kremitzki
2017-03-20 23:14:33 -05:00
committed by wmayer
parent a210cc5bc9
commit 8093a95f71

View File

@@ -301,9 +301,6 @@ def handle():
html = replace_html_text(html)
# fetches system colors
html = setColors(html)
f = open(os.path.expanduser("~")+os.sep+"freecad-startpage.html","wb")
f.write(html)
f.close()
return html
def exportTestFile():