mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug line
This commit is contained in:
parent
1f4d5212d6
commit
3ca664ed67
1 changed files with 0 additions and 1 deletions
|
|
@ -443,7 +443,6 @@ export default function PdfArticleContainer(
|
|||
|
||||
if (event.target && 'nodeName' in event.target) {
|
||||
const nodeName = (event.target.nodeName as string).toLowerCase()
|
||||
console.log('nodeName: ', nodeName)
|
||||
if (inputs.indexOf(nodeName) != -1) {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue