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; }