editor: remove debug output

This commit is contained in:
Laura Klünder 2016-12-09 02:14:36 +01:00
parent 72fcf0feb1
commit 4a3bebac36

View file

@ -532,7 +532,6 @@ editor = {
editor.sidebar_get(href);
},
_sidebar_submit_btn_click: function() {
console.log($(this))
// listener for submit-button-clicks in the sidebar, so the submit event will know which button submitted.
$(this).closest('form').data('btn', $(this)).clearQueue().delay(300).queue(function() {
$(this).data('btn', null);