Skip to content

Commit

Permalink
removing debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 committed Sep 28, 2023
1 parent 50ff449 commit 88d1f9e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src-electron/db/query-upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,6 @@ async function checkStorage(
storageOption = dbEnum.storageOption.ram
}
}
attributeName = await selectAttributeName(db, attributeId)
if (attribute.type) {
if (forcedExternal.lists == true && attribute.type == 'array') {
storageOption = dbEnum.storageOption.external
}
}
if (
forcedExternal.externals &&
forcedExternal.externals[clusterName] &&
Expand Down

0 comments on commit 88d1f9e

Please sign in to comment.