File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -3370,8 +3370,7 @@ export function getEvaluationSteps(
3370
3370
'Start of evaluation'
3371
3371
]
3372
3372
/**
3373
- * push the content into frontend for showing contents in the
3374
- * this comment may not be correct, please correct it if you find any mismatch in description
3373
+ * push the content into frontend for showing contents in the webpage
3375
3374
*/
3376
3375
steps . push ( [
3377
3376
reducedWithPath [ 0 ] as es . Program ,
@@ -3422,13 +3421,6 @@ export function getEvaluationSteps(
3422
3421
] )
3423
3422
}
3424
3423
}
3425
- /**
3426
- * Deprecated check for empty program
3427
- * It can be deleted or kept as a reference for legacy code.
3428
- */
3429
- if ( steps . length === 0 ) {
3430
- steps . push ( [ reducedWithPath [ 0 ] as es . Program , [ ] , 'Nothing to evaluate' ] )
3431
- }
3432
3424
return steps
3433
3425
} catch ( error ) {
3434
3426
if ( error instanceof RuntimeSourceError ) {
You can’t perform that action at this time.
0 commit comments