Permalink
Browse files

removed a line used for testing

  • Loading branch information...
1 parent 3eb7971 commit 6c22cff3a4a73831219b1e4485ed56213318759d @bahniks committed Aug 3, 2015
Showing with 1 addition and 1 deletion.
  1. +1 −1 Stuff/Modules/image.py
View
@@ -51,7 +51,7 @@ def svgSave(cm, filename, what, root):
svg = SVG(cm, components, root)
file = os.path.splitext(os.path.basename(filename))[0] + "_" + what.replace(" ", "_") + ".svg"
svg.save(os.path.join(directory, file))
- webbrowser.open_new(os.path.join(directory, file)) # for testing
+ #webbrowser.open_new(os.path.join(directory, file)) # for testing

0 comments on commit 6c22cff

Please sign in to comment.