diff --git a/app/assets/javascripts/app/lib/bootstrap/bootstrap-datepicker.js b/app/assets/javascripts/app/lib/bootstrap/bootstrap-datepicker.js index fd482de40..ef1a3f4f5 100755 --- a/app/assets/javascripts/app/lib/bootstrap/bootstrap-datepicker.js +++ b/app/assets/javascripts/app/lib/bootstrap/bootstrap-datepicker.js @@ -122,8 +122,6 @@ if (this.component && this.component.length === 0) this.component = false; - console.log("bootstrap", this.o.template); - this.picker = $(this.o.template || DPGlobal.template); this._buildEvents(); this._attachEvents();