Update umap/static/umap/js/modules/umap.js

Co-authored-by: David Larlet <3556+davidbgk@users.noreply.github.com>
This commit is contained in:
Yohan Boniface 2025-04-08 18:13:05 +02:00 committed by GitHub
parent 2baeaace24
commit dcce3ad054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -249,7 +249,6 @@ export default class Umap {
at = new Date(at) at = new Date(at)
} }
if (!this._modifiedAt || at > this._modifiedAt) { if (!this._modifiedAt || at > this._modifiedAt) {
console.log('set modifiedAt to', at)
this._modifiedAt = at this._modifiedAt = at
} }
} }