scroll: remove logging #1014
Some checks are pending
docs-build-deployment / Run deploy (push) Waiting to run
docs-build / Run build (push) Waiting to run

This commit is contained in:
Sören Weber 2025-02-17 08:33:45 +01:00
parent 85824e217f
commit d8a1e68dd4
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 1 additions and 2 deletions

View file

@ -1 +1 @@
7.3.2+0dd98363fbc04746c77cd13539a0d1b3f1a9de8e
7.3.2+85824e217f13a7e86def63c09505d6e04cdbd358

View file

@ -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;
}