From 45b0106614f265c2b5c8e2d0925f4047837583d2 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sun, 28 Mar 2010 22:22:11 +0200 Subject: Remove leftover debug output (bzr r9249) --- src/extension/implementation/script.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/extension/implementation/script.cpp') 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; } -- cgit v1.2.3