From 66b9bd42b36a3c9b186b5c1dfaf4fb287c6f23cc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 Sep 2015 18:58:37 +0000 Subject: Remove debug printing stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5722 a436a847-0d15-0410-975c-d299462d15a1 --- src/Log.cpp | 3 --- src/server/PreProcessor.cpp | 1 - 2 files changed, 4 deletions(-) (limited to 'src') diff --git a/src/Log.cpp b/src/Log.cpp index ccfc2e7c..c72f3dbb 100644 --- a/src/Log.cpp +++ b/src/Log.cpp @@ -44,7 +44,6 @@ Log::error(const std::string& msg) } else { std::cerr << ANSI_RED << msg << ANSI_RESET; if (_flush) { - std::cerr << "flush!\n"; std::flush(std::cerr); } } @@ -58,7 +57,6 @@ Log::warn(const std::string& msg) } else { std::cerr << ANSI_YELLOW << msg << ANSI_RESET; if (_flush) { - std::cerr << "flush!\n"; std::flush(std::cerr); } } @@ -72,7 +70,6 @@ Log::info(const std::string& msg) } else { std::cout << msg; if (_flush) { - std::cerr << "flush!\n"; std::flush(std::cout); } } diff --git a/src/server/PreProcessor.cpp b/src/server/PreProcessor.cpp index 1223aad4..6c514f00 100644 --- a/src/server/PreProcessor.cpp +++ b/src/server/PreProcessor.cpp @@ -15,7 +15,6 @@ */ #include -#include #include "Event.hpp" #include "PostProcessor.hpp" -- cgit v1.2.1