Remove debug console.log
This commit is contained in:
parent
bd3a312e2f
commit
6adee0684a
@ -203,9 +203,6 @@ function ImportExportModal({
|
|||||||
const tokenIds = checkedTokens.map((token) => token.id);
|
const tokenIds = checkedTokens.map((token) => token.id);
|
||||||
const tokensToAdd: Token[] = await importDB.table("tokens").bulkGet(tokenIds);
|
const tokensToAdd: Token[] = await importDB.table("tokens").bulkGet(tokenIds);
|
||||||
for (let token of tokensToAdd) {
|
for (let token of tokensToAdd) {
|
||||||
if (token.name === "Vorkhal") {
|
|
||||||
console.log("found")
|
|
||||||
}
|
|
||||||
if (token) {
|
if (token) {
|
||||||
// Generate new ids
|
// Generate new ids
|
||||||
const newId = uuid();
|
const newId = uuid();
|
||||||
|
Loading…
Reference in New Issue
Block a user