Changeset 2498


Ignore:
Timestamp:
01/28/13 12:35:22 (11 years ago)
Author:
teckart
Message:

Removed unnecessary System.out statement and used a logger for a second one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo_webapp/src/main/java/eu/clarin/cmdi/vlo/importer/CMDIParserVTDXML.java

    r2290 r2498  
    6161        }
    6262        if (xsd.indexOf("http") != xsd.lastIndexOf("http")){
    63             System.out.println("FILE WITH WEIRD HTTP THINGY! " + tolog);
    64         }
    65         if(xsd.indexOf("p_1307535113335") > -1){
    66             System.out.println("FOUND a p_1307535113335 XSD: " + nav + " FILE: " + tolog);
     63            LOG.info("FILE WITH WEIRD HTTP THINGY! " + tolog);
    6764        }
    6865        return FacetMappingFactory.getFacetMapping(xsd);
Note: See TracChangeset for help on using the changeset viewer.