Revision 1002
Added by berkley over 22 years ago
src/edu/ucsb/nceas/metacat/MetaCatUtil.java | ||
---|---|---|
48 | 48 |
public static AbstractDatabase dbAdapter; |
49 | 49 |
private static PropertyResourceBundle options = null; |
50 | 50 |
private static String propertiesFile = "edu.ucsb.nceas.metacat.metacat"; |
51 |
private static boolean debug = true;
|
|
51 |
private static boolean debug = false;
|
|
52 | 52 |
|
53 | 53 |
private Hashtable connectionPool = new Hashtable(); |
54 | 54 |
|
Also available in: Unified diff
turned debug off for the release