From ef582c07f3500254e87f6e3b0e774bf92931129d Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Sun, 17 Jan 2016 10:59:17 -0500 Subject: [PATCH] Drop some debug output This was apparently left in from debugging earlier, and should no longer be needed. Since it uses a GCC extension, it makes compilation on others fail. --- pcbnew/tools/pcbnew_control.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pcbnew/tools/pcbnew_control.cpp b/pcbnew/tools/pcbnew_control.cpp index f96ff9e14b..c2493eae6d 100644 --- a/pcbnew/tools/pcbnew_control.cpp +++ b/pcbnew/tools/pcbnew_control.cpp @@ -316,16 +316,12 @@ int PCBNEW_CONTROL::HighContrastMode( const TOOL_EVENT& aEvent ) int PCBNEW_CONTROL::HighContrastInc( const TOOL_EVENT& aEvent ) { - std::cout << __PRETTY_FUNCTION__ << std::endl; - return 0; } int PCBNEW_CONTROL::HighContrastDec( const TOOL_EVENT& aEvent ) { - std::cout << __PRETTY_FUNCTION__ << std::endl; - return 0; }