From 5e4f474bfd42f3a9fcc5c7508477169e4ef87bc8 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 29 Oct 2015 10:03:09 +0100 Subject: [PATCH] Removed debugging. --- .../javascripts/app/lib/bootstrap/bootstrap-datepicker.js | 2 -- 1 file changed, 2 deletions(-) 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();