Skip to content

Commit 79421ee

Browse files
committed
Remove unnesesary console.log
1 parent ca17fef commit 79421ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ const CustomNode: CustomNodeType = (props) => {
136136
}
137137
const { navId } = useContext(NavContext)
138138
const [title, setTitle] = useState(data?.title)
139-
console.log(inputs)
139+
140140
return (
141141
<div
142142
id={id}

0 commit comments

Comments
 (0)