Skip to content

Commit

Permalink
[#noissue] remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
denzelsN committed Jan 2, 2018
1 parent bb6dd7f commit 5722a46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/main/webapp/common/services/analytics.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5722a46

Please sign in to comment.