Removed console.logs

This commit is contained in:
mrfry 2021-01-26 14:27:46 +01:00
parent f3e2e2cec3
commit 0f3841a2b4
6 changed files with 4 additions and 43 deletions

View file

@ -157,7 +157,6 @@ export default function Index(props) {
setAllQrSelector(null)
}}
onDbSelect={(selectedDb) => {
console.log(selectedDb, allQrSelector)
if (allQrSelector === 'txt') {
if (selectedDb === 'all') {
window.open(`${constants.apiUrl}allqr.txt`, '_blank')