Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rombat committed Sep 3, 2022
1 parent 934fd33 commit 5ffaca8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/handlers/MBNDSynchronizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ class MBNDSynchronizer {
await this.sequelize.close();
} catch (e) {}
for (const ext of ['-shm', '-wal']) {
console.log(ext, `${paths.dbFilePath}${ext}`);
fs.rmSync(`${paths.dbFilePath}${ext}`, { force: true });
}
};
Expand Down

0 comments on commit 5ffaca8

Please sign in to comment.