Skip to content

Commit 4e0ab4b

Browse files
committed
Remove comment
1 parent bd320d3 commit 4e0ab4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/pages/CollabSandbox/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ const CollabSandbox: React.FC = () => {
265265
</Button>
266266
))}
267267
</Box>
268-
{/* display result of each test case in the output (result) and stdout (any print statements executed) */}
269268
<TestCase
270269
input={selectedQuestion.inputs[selectedTestcase]}
271270
expected={selectedQuestion.outputs[selectedTestcase]}

0 commit comments

Comments
 (0)