Skip to content

Commit

Permalink
Clean log message
Browse files Browse the repository at this point in the history
  • Loading branch information
will62794 committed Jan 2, 2025
1 parent b5f24ae commit 4b2c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ class TLASpec {
// n-ary operator. save all parameters.
while (cursor.currentFieldName() === "parameter") {
let currNode = cursor.currentNode();
console.log("PARAMETER: ", currNode.text)
// console.log("PARAMETER: ", currNode.text)
// console.log("PARAMETER: ", currNode.namedChildren[0])

//
Expand Down

0 comments on commit 4b2c13b

Please sign in to comment.