Skip to content

Commit

Permalink
test(copy-paste): remove bogus log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Jul 4, 2024
1 parent cf873ad commit 923b948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/spec/features/copy-paste/CopyPasteSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,6 @@ describe('features/copy-paste', function() {
}
});

console.log(parentShape.children);

// then
expect(parentShape.children).to.have.length(2);

Expand Down

0 comments on commit 923b948

Please sign in to comment.