Changeset 4615


Ignore:
Timestamp:
Oct 29, 2008, 9:59:37 AM (15 years ago)
Author:
Nicklas Nordborg
Message:

References #1159: Annotation importer should detect non-existing column mappings

Removed debug output.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/core/net/sf/basedb/plugins/AbstractFlatFileImporter.java

    r4614 r4615  
    11921192    throws InvalidDataException
    11931193  {
    1194     System.out.println("checkMapping: ffp=" + ffp + "; expr=" + mapExpression + "; name=" + name);
    1195    
    11961194    if (mapExpression == null || mapExpression.length() == 0)
    11971195    {
     
    12261224      {
    12271225        Mapper m = ffp.getMapper(mapExpression);
    1228         System.out.println("Mapper: " + m);
    12291226      }
    12301227      catch (Throwable t)
Note: See TracChangeset for help on using the changeset viewer.