Skip to content

Commit

Permalink
[TablePlugin] remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Sep 22, 2023
1 parent 9ef9bd7 commit 884cea7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/table/src/transforms/deleteColumn.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,15 +165,7 @@ describe('deleteColumn', () => {
plugins: [createTablePlugin()],
});

console.log(
'before delete',
JSON.stringify(editor.children, undefined, 4)
);
deleteColumn(editor);
console.log(
'after delete',
JSON.stringify(editor.children, undefined, 4)
);

expect(editor.children).toEqual(output.children);
});
Expand Down

0 comments on commit 884cea7

Please sign in to comment.