Skip to content

Commit 036a18e

Browse files
author
Noah Mattos Oudejans
committed
removed test log
1 parent c99e753 commit 036a18e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/sync.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ async function syncUsers(fast42Api: Fast42): Promise<void> {
161161
params['page[number]'] = pageIndex.toString();
162162
let lastSyncRaw = await DatabaseService.getLastSyncTimestamp("campus_users", campusId);
163163
let lastSync: Date | undefined = lastSyncRaw === null ? undefined : lastSyncRaw;
164-
console.log('lastSyncRaw:', lastSyncRaw);
165164
let syncDate = new Date();
166165
if (lastSync) {
167166
params['range[updated_at]'] = `${lastSync.toISOString()},${syncDate.toISOString()}`;

0 commit comments

Comments
 (0)