Skip to content

Commit

Permalink
Remove console.log in renderer reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
rochoa committed Apr 21, 2015
1 parent 7145aaa commit 15e791c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/windshaft/stats/reporter/renderer.js
Expand Up @@ -71,8 +71,6 @@ RendererStatsReporter.prototype.start = function() {
}
);

console.log(JSON.stringify(renderersStats, null, 2));

global.statsClient.gauge('windshaft.mapnik-cache.png', renderersStats.cache.png);
global.statsClient.gauge('windshaft.mapnik-cache.png-size', renderersStats.cache.pngBufferSize);
global.statsClient.gauge('windshaft.mapnik-cache.grid', renderersStats.cache.grid);
Expand Down

0 comments on commit 15e791c

Please sign in to comment.