mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Remove logging.
This commit is contained in:
parent
78ae1ada3c
commit
6785d75ad2
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue