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 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();
|
||||
|
Loading…
Reference in New Issue
Block a user