mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
verbose to false
This commit is contained in:
parent
3f14afc110
commit
1b5c86e832
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ import org.eclipse.core.runtime.Platform;
|
|||
|
||||
public class CModelManager implements IResourceChangeListener, ICDescriptorListener, IResolverChangeListener {
|
||||
|
||||
public static boolean VERBOSE = true;
|
||||
public static boolean VERBOSE = false;
|
||||
|
||||
/**
|
||||
* Unique handle onto the CModel
|
||||
|
|
Loading…
Add table
Reference in a new issue