Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
steeelydan committed Oct 4, 2023
1 parent 644790c commit a24200a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,5 @@ export const logicalExpression = (
}
}

console.log('logicalExpression', logicalExpressionNode);

return `(${logicalExprSrc})`;
};

0 comments on commit a24200a

Please sign in to comment.