From 0f5333ce5de77bae1cbfed435b954b698440761b Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 18 Apr 2013 00:38:00 +0200 Subject: [PATCH] Removed debug log. --- app/assets/javascripts/app/controllers/tag_widget.js.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/tag_widget.js.coffee b/app/assets/javascripts/app/controllers/tag_widget.js.coffee index 094b60ba3..e82efaaa5 100644 --- a/app/assets/javascripts/app/controllers/tag_widget.js.coffee +++ b/app/assets/javascripts/app/controllers/tag_widget.js.coffee @@ -68,5 +68,4 @@ class App.TagWidget extends App.Controller if reorder $('#' + @attribute_id + '_tagsinput').height( 20 ) height = container.scrollHeight - console.log(2222, height) $('#' + @attribute_id + '_tagsinput').height( height - 10 )