Skip to content

Commit

Permalink
more debug spew removal and version bump 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Toshok committed Nov 2, 2016
1 parent bddaba2 commit a57b62a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 13 deletions.
2 changes: 0 additions & 2 deletions dist/react-select-allow-create.js
Original file line number Diff line number Diff line change
Expand Up @@ -2352,8 +2352,6 @@ function measure(parentComponent, rendered) {
width: _div.clientWidth
};

console.log(_div.innerHTML);

_reactDom2['default'].unmountComponentAtNode(_div);
return measurement;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/react-select-allow-create.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions examples/dist/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -1063,8 +1063,6 @@ function measure(parentComponent, rendered) {
width: _div.clientWidth
};

console.log(_div.innerHTML);

_reactDom2['default'].unmountComponentAtNode(_div);
return measurement;
}
Expand Down
2 changes: 0 additions & 2 deletions examples/dist/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -2352,8 +2352,6 @@ function measure(parentComponent, rendered) {
width: _div.clientWidth
};

console.log(_div.innerHTML);

_reactDom2['default'].unmountComponentAtNode(_div);
return measurement;
}
Expand Down
2 changes: 0 additions & 2 deletions lib/utils/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ function measure(parentComponent, rendered) {
width: _div.clientWidth
};

console.log(_div.innerHTML);

_reactDom2['default'].unmountComponentAtNode(_div);
return measurement;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-select-allow-create",
"version": "1.0.0-beta11.13",
"version": "1.0.0-beta11.14",
"description": "A Select control built with and for ReactJS",
"main": "lib/Select.js",
"style": "dist/react-select.min.css",
Expand Down
2 changes: 0 additions & 2 deletions src/utils/measure.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ export default function measure(parentComponent, rendered) {
width: _div.clientWidth
};

console.log(_div.innerHTML);

ReactDOM.unmountComponentAtNode(_div);
return measurement;
};

0 comments on commit a57b62a

Please sign in to comment.