1
0
Fork 0
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:
Mikhail Sennikovsky 2007-11-16 08:52:34 +00:00
parent 7d6c75119e
commit 478f884711

View file

@ -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(){
}