From d8a1e68dd4019f72097d69448711c426309a2138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 17 Feb 2025 08:33:45 +0100 Subject: [PATCH] scroll: remove logging #1014 --- layouts/partials/version.txt | 2 +- static/js/theme.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 61d0c1afa6..8901cff6a1 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+0dd98363fbc04746c77cd13539a0d1b3f1a9de8e \ No newline at end of file +7.3.2+85824e217f13a7e86def63c09505d6e04cdbd358 \ No newline at end of file diff --git a/static/js/theme.js b/static/js/theme.js index b8baa6c8ed..0297e2faf5 100644 --- a/static/js/theme.js +++ b/static/js/theme.js @@ -1324,7 +1324,6 @@ function initScrollPositionSaver() { function savePosition(event) { // #959 if we fiddle around with the history during print preview // GC will close the preview immediatley - console.log('savePosition', event); if (isPrintPreview) { return; }