Code

Remove leftover debug output
authorKrzysztof Kosiński <tweenk.pl@gmail.com>
Sun, 28 Mar 2010 20:22:11 +0000 (22:22 +0200)
committerKrzysztof Kosiński <tweenk.pl@gmail.com>
Sun, 28 Mar 2010 20:22:11 +0000 (22:22 +0200)
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;
 }