diff options
Diffstat (limited to 'inkstitch.py')
| -rw-r--r-- | inkstitch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inkstitch.py b/inkstitch.py index 0af7807c..6db9d003 100644 --- a/inkstitch.py +++ b/inkstitch.py @@ -31,7 +31,7 @@ SVG_GROUP_TAG = inkex.addNS('g', 'svg') EMBROIDERABLE_TAGS = (SVG_PATH_TAG, SVG_POLYLINE_TAG) -dbg = open("/tmp/embroider-debug.txt", "w") +dbg = open(os.devnull, "w") _ = lambda message: message |
