Remove debug code

This commit is contained in:
Jackson Harper 2023-02-02 13:51:45 +08:00
parent 23615db32a
commit adb122fe55

View file

@ -29,7 +29,6 @@ export function HighlightView(props: HighlightViewProps): JSX.Element {
return (
<VStack css={{ width: '100%', boxSizing: 'border-box' }}>
{props.highlight.highlightPositionPercent}%
<StyledQuote
onClick={() => {
if (props.scrollToHighlight) {