1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-07 22:45:24 +02:00

removed console.log

This commit is contained in:
Harvey Kandola 2016-06-16 13:07:05 -07:00
parent 37d2946924
commit d2e7a811a4

View file

@ -32,8 +32,6 @@ export default Ember.Service.extend({
this.start();
}
console.log();
Intercom('trackEvent', id); //jshint ignore: line
Intercom('update'); //jshint ignore: line
},