removed logging call

This commit is contained in:
Torkel Ödegaard 2018-10-31 04:38:16 -07:00
parent dfb9419f86
commit 89cd15d98c

View File

@ -135,7 +135,6 @@ class GraphElement {
this.elem.off();
this.elem.remove();
console.log('react unmount');
ReactDOM.unmountComponentAtNode(this.legendElem);
}