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:
parent
0c70d281c7
commit
6c9ef24336
@ -53,7 +53,7 @@ public class GetScatterplotCommand extends Command {
|
||||
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) {
|
||||
e.printStackTrace();
|
||||
respondException(response, e);
|
||||
|
Loading…
Reference in New Issue
Block a user