remove console.log

This commit is contained in:
Raul Ochoa 2015-09-18 16:39:30 +02:00
parent 81081ba2d4
commit bc806bba34

View File

@ -70,7 +70,6 @@ function rendererCacheErrorListener() {
}
function gcTimingListener(gcTime) {
console.log('gctime');
global.statsClient.timing('windshaft.rendercache.gc', gcTime);
}