Skip to content

Commit 8aea73a

Browse files
committed
Remove logging
1 parent d2fc299 commit 8aea73a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Resizable.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ export default class Resizable extends React.Component {
139139
let widthChanged = width !== this.state.width, heightChanged = height !== this.state.height;
140140
if (handlerName === 'onResize' && !widthChanged && !heightChanged) return;
141141

142-
console.log({width, height, slackW: this.state.slackW, slackH: this.state.slackH});
143142
[width, height] = this.runConstraints(width, height);
144-
console.log({width, height, slackW: this.state.slackW, slackH: this.state.slackH});
145143

146144
// Set the appropriate state for this handler.
147145
let newState = {};

0 commit comments

Comments
 (0)