Skip to content

Commit

Permalink
Remove debug messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
msyk committed May 14, 2023
1 parent 9f1e165 commit 9444413
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,7 @@ let Parser = (function (scope) {
const nodes = path.split(".")
let result = parsed
for(const node of nodes){
console.log(node, result)
result = result[node]
console.log(result)
}
return result
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "inter-mediator-expressionparser",
"version": "1.0.22",
"version": "1.0.23",
"description": "The expression parser of INTER-Mediator core.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9444413

Please sign in to comment.