Merge pull request #2634 from omnivore-app/fix/web-rm-debug-line

Remove debug line
This commit is contained in:
Jackson Harper 2023-08-10 15:10:12 +08:00 committed by GitHub
commit ae1a32340e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,6 @@ export function LibraryListCard(props: LinkedItemCardProps): JSX.Element {
setIsHovered(false)
}}
onClick={(event) => {
console.log('click event: ', event)
if (event.metaKey || event.ctrlKey) {
window.open(
`/${props.viewer.profile.username}/${props.item.slug}`,