Code

Remove leftover debug output
[inkscape.git] / src / extension / implementation / script.cpp
index 256996663c056ce1262d474daffcd324ba321a1d..53a666e25af1974840a2598abb3cc5ad31837634 100644 (file)
@@ -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;
 }