Skip to content

Commit

Permalink
remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed Nov 8, 2024
1 parent ac39148 commit 197512e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export default function (path: AstPath<Node>): treeFn | null {

/**
* Print `binary_expression` node.
* (Currently disabled)
*/
function printBinaryExpression(path: AstPath<Node>, options: MoveOptions, print: printFn): Doc {
if (path.node.nonFormattingChildren.length != 3) {
console.log(path.node.text);
throw new Error('`binary_expression` node should have 3 children');
}

Expand Down
26 changes: 0 additions & 26 deletions external-crates/move/tooling/prettier-move/testing_notes.md

This file was deleted.

0 comments on commit 197512e

Please sign in to comment.