lower verbosity of scatterplot generation

git-svn-id: http://google-refine.googlecode.com/svn/trunk@808 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-05-17 23:59:56 +00:00
parent 0c70d281c7
commit 6c9ef24336

View File

@ -53,7 +53,7 @@ public class GetScatterplotCommand extends Command {
sos.close(); sos.close();
} }
logger.info("Drawn scatterplot in {} ms", Long.toString(System.currentTimeMillis() - start)); logger.trace("Drawn scatterplot in {} ms", Long.toString(System.currentTimeMillis() - start));
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
respondException(response, e); respondException(response, e);