Project

General

Profile

« Previous | Next » 

Revision 49021

removed ennoying log

View differences:

ApplyX3Mapping.java
77 77

  
78 78
	private InputStream getStream(String s) throws IOException {
79 79
		if (StringUtils.isNotBlank(s)) {
80
			log.debug("Getting stream from "+s);
81 80
			return IOUtils.toInputStream(s, "UTF-8");
82 81
		}
83 82
		return null;

Also available in: Unified diff