From 8b524743f071304d5d23d7f8fc6f4a79aeec6593 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Krzysztof=20Kosi=C5=84ski?= Date: Sun, 28 Mar 2010 22:22:11 +0200 Subject: [PATCH] Remove leftover debug output --- src/extension/implementation/script.cpp | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.30.2