Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Hotfix - removed some consolelogs =X
Browse files Browse the repository at this point in the history
  • Loading branch information
evilUrge committed Jan 12, 2021
1 parent 43e8af7 commit b0ca7d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ inquirer.prompt([
const qrCodes = [],
finalObj = [];
for (let i = 0; i < Object.keys(output.riddles).length - 1; i += 1) {
console.log(output.riddles[Object.keys(output.riddles)[i]])
console.log(embed[output.riddles[Object.keys(output.riddles)[i]].format])
const id = Object.keys(output.riddles)[i]
await qrCodes.push(qr(`${baseURL}${id}`).then(qrImg => {
generatePage(output.name, id, finalEncSplit[i],
Expand Down

0 comments on commit b0ca7d4

Please sign in to comment.