Commit f35ee03e authored by yann300's avatar yann300

remove log

parent 0e96c403
...@@ -156,7 +156,6 @@ function UniversalDApp (opts = {}) { ...@@ -156,7 +156,6 @@ function UniversalDApp (opts = {}) {
var self = this var self = this
self._api = opts.api self._api = opts.api
console.log(self._api.config)
self.removable = opts.opt.removable self.removable = opts.opt.removable
self.removable_instances = opts.opt.removable_instances self.removable_instances = opts.opt.removable_instances
self.el = yo`<div class=${css.udapp}></div>` self.el = yo`<div class=${css.udapp}></div>`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment