Skip to content

Commit 71e6dc1

Browse files
committed
Remove stray debug code
1 parent 1a3419b commit 71e6dc1

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/ui/blackboard/jupyterhublet.jsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,13 +1113,6 @@ export class JupyterHublet extends Component {
11131113
let className = 'appletMain'
11141114
if (this.state.movepos || this.state.resize) className += ' appletMainMove'
11151115
if (this.props.laserPointerOn) className += ' appletMainLaserPointer'
1116-
console.log(
1117-
'check below',
1118-
this.props.pos.y > (this.props.scrollpos ?? 0) + this.props.scrollheight,
1119-
this.props.pos.y,
1120-
this.props.scrollpos ?? 0,
1121-
this.props.scrollheight
1122-
)
11231116

11241117
return (
11251118
<Fragment>

0 commit comments

Comments
 (0)