no log on services
This commit is contained in:
parent
6a4409ad85
commit
3f37509b86
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ angular.module('copayApp.services').factory('pluginManager', function(angularLoa
|
||||||
for(var ii in scripts){
|
for(var ii in scripts){
|
||||||
var src = scripts[ii].src;
|
var src = scripts[ii].src;
|
||||||
|
|
||||||
log.info('\tLoading ',src); //TODO
|
console.log('\tLoading ',src); //TODO
|
||||||
angularLoad.loadScript(src)
|
angularLoad.loadScript(src)
|
||||||
.then(scripts[ii].then || null)
|
.then(scripts[ii].then || null)
|
||||||
.catch(function() {
|
.catch(function() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue