Skip to content

Commit 587193a

Browse files
committed
🔇 remove unnecessary debug
1 parent 64ce929 commit 587193a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/components/__test__/Toolbar.test.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ describe('<Toolbar />', () => {
7979
component = shallow(<Toolbar {...props} />);
8080
});
8181

82-
// it('should debug', () => console.log(component.debug()));
83-
8482
describe('to a valid name', () => {
8583
beforeEach(() => changeName('hello'));
8684
it('should save', () => expect(props.setProjectName).toBeCalledWith('hello'));

0 commit comments

Comments
 (0)