summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc619a4)
raw | patch | inline | side by side (parent: fc619a4)
author | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sun, 28 Mar 2010 20:22:11 +0000 (22:22 +0200) | ||
committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sun, 28 Mar 2010 20:22:11 +0000 (22:22 +0200) |
src/extension/implementation/script.cpp | patch | blob | history |
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;
}