Browse Source

Turned off extreme debugging

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270394 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Donald 23 years ago
parent
commit
0b8da0cb29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java

+ 1
- 1
proposal/myrmidon/src/java/org/apache/myrmidon/components/configurer/DefaultConfigurer.java View File

@@ -40,7 +40,7 @@ public class DefaultConfigurer
ResourceManager.getPackageResources( DefaultConfigurer.class );

///Compile time constant to turn on extreme debugging
private final static boolean DEBUG = true;
private final static boolean DEBUG = false;

/*
* TODO: Should reserved names be "configurable" ?


Loading…
Cancel
Save