Removed debugging.
This commit is contained in:
parent
c1357aa3e5
commit
5e4f474bfd
1 changed files with 0 additions and 2 deletions
|
@ -122,8 +122,6 @@
|
||||||
if (this.component && this.component.length === 0)
|
if (this.component && this.component.length === 0)
|
||||||
this.component = false;
|
this.component = false;
|
||||||
|
|
||||||
console.log("bootstrap", this.o.template);
|
|
||||||
|
|
||||||
this.picker = $(this.o.template || DPGlobal.template);
|
this.picker = $(this.o.template || DPGlobal.template);
|
||||||
this._buildEvents();
|
this._buildEvents();
|
||||||
this._attachEvents();
|
this._attachEvents();
|
||||||
|
|
Loading…
Reference in a new issue