Project

General

Profile

« Previous | Next » 

Revision 5549

Added by berkley over 13 years ago

commented out a println

View differences:

src/edu/ucsb/nceas/metacat/dataone/MetadataTypeRegister.java
59 59
            {
60 60
                String val = vals.next();
61 61
                String ofVal = format.toString();
62
                System.out.println("val: " + val);
62
                //System.out.println("val: " + val);
63 63
                if(val.trim().equals(ofVal.trim()))
64 64
                {
65 65
                    //System.out.println("returning true");

Also available in: Unified diff