Remove debug code
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user