mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
dbg trace off
This commit is contained in:
parent
7d6c75119e
commit
478f884711
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ import org.eclipse.cdt.managedbuilder.internal.tcmodification.extension.MatchObj
|
|||
|
||||
public class DbgTcmUtil {
|
||||
private static final PrintStream OUT = System.out;
|
||||
public static boolean DEBUG = true;
|
||||
public static boolean DEBUG = false;
|
||||
|
||||
private DbgTcmUtil(){
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue