Remove a console.log
This commit is contained in:
parent
7f64453e5f
commit
b8d76ac793
|
@ -34,9 +34,6 @@ export default (rootNode, getNodeUi) => {
|
||||||
let hoveringOver = null;
|
let hoveringOver = null;
|
||||||
|
|
||||||
const rerender = () => {
|
const rerender = () => {
|
||||||
// TODO: Remove this console.log
|
|
||||||
console.log("rerendering", JSON.stringify(hoveringOver));
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @callback IsActivatedFn
|
* @callback IsActivatedFn
|
||||||
* @param {NodePath} path
|
* @param {NodePath} path
|
||||||
|
|
Loading…
Reference in New Issue