Changeset 6693


Ignore:
Timestamp:
Jan 23, 2015, 11:35:06 AM (8 years ago)
Author:
Nicklas Nordborg
Message:

References #1906: Display inherited annotations in list views

Remove debug line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/net/sf/basedb/core/snapshot/AnnotationLoaderUtil.java

    r6686 r6693  
    168168      converter = unit.equals(defultUnit) ? null : unit.getUnitConverter(defultUnit);
    169169      unitSymbol = unit.getDisplaySymbol();
    170       System.out.println(at + "; unit:" + unit + "; default: " + defultUnit + "; converter: "+ converter + "; symbol:"+unitSymbol);
    171170    }
    172171    else
Note: See TracChangeset for help on using the changeset viewer.