Project

General

Profile

« Previous | Next » 

Revision 1002

Added by berkley almost 22 years ago

turned debug off for the release

View differences:

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