From 5722a46f67538f80b0806097177d00b79ae95ead Mon Sep 17 00:00:00 2001 From: hyojong-song Date: Tue, 2 Jan 2018 16:51:10 +0900 Subject: [PATCH] [#noissue] remove log --- web/src/main/webapp/common/services/analytics.service.js | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/main/webapp/common/services/analytics.service.js b/web/src/main/webapp/common/services/analytics.service.js index 9ee8db2c9faf..aadea6614fd3 100644 --- a/web/src/main/webapp/common/services/analytics.service.js +++ b/web/src/main/webapp/common/services/analytics.service.js @@ -14,7 +14,6 @@ this.send = function( category, name, label, count, options ) { if ( typeof ga !== "undefined" ) { SystemConfigService.getConfig().then(function(config) { - console.log( "analytics - sendUsage : ", config["sendUsage"] ); if ( config["sendUsage"] !== true ) { return; }