diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2010-03-28 20:22:11 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2010-03-28 20:22:11 +0000 |
| commit | 45b0106614f265c2b5c8e2d0925f4047837583d2 (patch) | |
| tree | 6ad63caed4e11d456bbc40af85c1dcb4d61e5938 /src/extension/implementation | |
| parent | Allow Inkscape to run from Unicode directories on Windows (diff) | |
| download | inkscape-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.cpp | 1 |
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; } |
