We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3530af2 commit ba517e6Copy full SHA for ba517e6
1 file changed
src/db/couchdb.ts
@@ -377,8 +377,6 @@ export class DbManagerCouchDb implements DbManager {
377
updateData.lastSeenAt = new Date(updates.lastSeen);
378
}
379
380
- console.log('UpdateSession');
381
-
382
// to ensure lastSeenAt is a Date object
383
if ('lastSeenAt' in updates && typeof updates.lastSeenAt !== undefined) {
384
const v = updates.lastSeenAt as any;
0 commit comments