Skip to content

Commit b8773af

Browse files
committed
remove comment
1 parent 105d5ed commit b8773af

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/conversion/ast-to-mathjs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ export class AstToMathJs {
167167
this.convert(operands[1]),
168168
]);
169169

170-
// const f = new m.SymbolNode(operands[0]);
171170
const f = operands[0]
172171
const args = operands[1];
173172
let f_args;

0 commit comments

Comments
 (0)