Removes console log

This commit is contained in:
Gustavo Maximiliano Cortez 2017-08-31 14:47:16 -03:00
commit e310c5a981
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -41,7 +41,6 @@ RateService.singleton = function(opts) {
}; };
RateService.prototype.updateRates = function() { RateService.prototype.updateRates = function() {
console.log('[rateService.js.44:updateRates:]'); //TODO
var self = this; var self = this;
var backoffSeconds = 5; var backoffSeconds = 5;