Skip to content

Commit

Permalink
Remove code that is not needed here
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-klein committed Feb 24, 2024
1 parent 3ea1c1f commit fb4cd05
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/backend/db_sync/dropbox_sync_factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ class DropboxSyncFactory {
}

const DROPBOX_CLIENT_ID = 'omhgjqlxpfn2r8z';

let prioritizeRemote = false;
if (!firstDropboxSyncDone) {
prioritizeRemote = true;
}

let dropboxSync = new DropboxSync(DROPBOX_CLIENT_ID, dropboxToken, dropboxRefreshToken);

try {
Expand Down

0 comments on commit fb4cd05

Please sign in to comment.