0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00

clean up - remove console log (commented out)

This commit is contained in:
LB 2021-01-13 20:28:37 +10:00 committed by Matt Westcott
parent 3c3df689f7
commit 7fb4d69d92

View File

@ -142,7 +142,6 @@ function InlinePanel(opts) { // lgtm[js/unused-local-variable]
// eslint-disable-next-line func-names // eslint-disable-next-line func-names
children.each(function () { children.each(function () {
// console.log($(this));
$(this).css('top', $(this).position().top); $(this).css('top', $(this).position().top);
}).addClass('moving'); }).addClass('moving');