← Back to team overview

kicad-developers team mailing list archive

[PATCH 02/11] 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 f96ff9e..c2493ea 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;
 }
 

Follow ups

References