Change all logs found to use log.js
This commit is contained in:
parent
8f7d952e0f
commit
f4cdd15f04
4 changed files with 49 additions and 69 deletions
|
|
@ -18,11 +18,6 @@ if (localConfig) {
|
|||
}
|
||||
}
|
||||
|
||||
var log = function() {
|
||||
if (config.verbose) console.log(arguments);
|
||||
}
|
||||
|
||||
|
||||
var copayApp = window.copayApp = angular.module('copayApp', [
|
||||
'ngRoute',
|
||||
'angularMoment',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue