Change all logs found to use log.js

This commit is contained in:
Esteban Ordano 2014-09-01 12:35:40 -03:00
commit f4cdd15f04
4 changed files with 49 additions and 69 deletions

View file

@ -18,11 +18,6 @@ if (localConfig) {
}
}
var log = function() {
if (config.verbose) console.log(arguments);
}
var copayApp = window.copayApp = angular.module('copayApp', [
'ngRoute',
'angularMoment',