From 882245f41683924d0465b5afac2f8bb5c3786e60 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/raul@4717 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Process.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'raul/Process.hpp') diff --git a/raul/Process.hpp b/raul/Process.hpp index 238e8c0..96ac831 100644 --- a/raul/Process.hpp +++ b/raul/Process.hpp @@ -24,7 +24,6 @@ #include #include "raul/Noncopyable.hpp" -#include "raul/log.hpp" namespace Raul { @@ -47,9 +46,6 @@ public: const std::string arguments = command.substr((command.find(" ") + 1)); - info << "Launching child process '" << executable << "' with arguments '" - << arguments << "'" << std::endl; - // Use the same double fork() trick as JACK to prevent zombie children const int err = fork(); -- cgit v1.2.1