Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jul 29, 2024
1 parent 20753b2 commit eaa0c7a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/widgets/base/one2many/One2manyTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,6 @@ export const One2manyTree = ({
model: relation,
});

console.log({
loading,
state: getColumnState(),
});

if (loading) {
return <Spin />;
}
Expand Down

0 comments on commit eaa0c7a

Please sign in to comment.