Skip to content

Commit

Permalink
Remove logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxl881 committed Mar 6, 2018
1 parent 78ae1ad commit 6785d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/rooms/RoomTooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ module.exports = React.createClass({
// tooltips chevron
var parent = ReactDOM.findDOMNode(this).parentNode;
var style = {};
console.warn('Bounding box', parent.getBoundingClientRect());
style = this._updatePosition(style);
style.display = "block";

Expand Down

0 comments on commit 6785d75

Please sign in to comment.