diff options
Diffstat (limited to 'src/runtime_paths.cpp')
-rw-r--r-- | src/runtime_paths.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 <glibmm/module.h> #include <glibmm/miscutils.h> -#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; |