summaryrefslogtreecommitdiffstats
path: root/src/extension/implementation
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-03-28 20:22:11 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-03-28 20:22:11 +0000
commit45b0106614f265c2b5c8e2d0925f4047837583d2 (patch)
tree6ad63caed4e11d456bbc40af85c1dcb4d61e5938 /src/extension/implementation
parentAllow Inkscape to run from Unicode directories on Windows (diff)
downloadinkscape-45b0106614f265c2b5c8e2d0925f4047837583d2.tar.gz
inkscape-45b0106614f265c2b5c8e2d0925f4047837583d2.zip
Remove leftover debug output
(bzr r9249)
Diffstat (limited to 'src/extension/implementation')
-rw-r--r--src/extension/implementation/script.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp
index 256996663..53a666e25 100644
--- a/src/extension/implementation/script.cpp
+++ b/src/extension/implementation/script.cpp
@@ -136,7 +136,6 @@ std::string Script::resolveInterpreterExecutable(const Glib::ustring &interpName
if (!Glib::path_is_absolute(interpreter_path)) {
interpreter_path = Glib::find_program_in_path(interpreter_path);
}
- printf("Interpreter name: %s\n", interpreter_path.data());
return interpreter_path;
}