From 318b37d8b556add13b3f156f31c9e72eca339a16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Aug 2012 02:14:07 +0000 Subject: Implement real logging system, LV2 log extension support, and purge evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 a436a847-0d15-0410-975c-d299462d15a1 --- src/runtime_paths.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/runtime_paths.cpp') diff --git a/src/runtime_paths.cpp b/src/runtime_paths.cpp index 352afa42..8b12f500 100644 --- a/src/runtime_paths.cpp +++ b/src/runtime_paths.cpp @@ -24,8 +24,6 @@ #include #include -#include "raul/log.hpp" - #include "ingen/runtime_paths.hpp" #include "ingen_config.h" @@ -53,8 +51,6 @@ set_bundle_path_from_code(void* function) const char* bin_loc = dli.dli_fname; #endif - Raul::info(Raul::fmt("Binary location: %1%\n") % bin_loc); - string bundle = bin_loc; bundle = bundle.substr(0, bundle.find_last_of(G_DIR_SEPARATOR)); bundle_path = bundle; -- cgit v1.2.1