Remove debug console.log

This commit is contained in:
nthouliss 2022-04-01 16:55:26 +11:00
parent bd3a312e2f
commit 6adee0684a

View File

@ -203,9 +203,6 @@ function ImportExportModal({
const tokenIds = checkedTokens.map((token) => token.id);
const tokensToAdd: Token[] = await importDB.table("tokens").bulkGet(tokenIds);
for (let token of tokensToAdd) {
if (token.name === "Vorkhal") {
console.log("found")
}
if (token) {
// Generate new ids
const newId = uuid();