Remove a console.log

This commit is contained in:
Evan Hahn 2023-08-11 22:41:29 -05:00
parent 7f64453e5f
commit b8d76ac793
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@ export default (rootNode, getNodeUi) => {
let hoveringOver = null;
const rerender = () => {
// TODO: Remove this console.log
console.log("rerendering", JSON.stringify(hoveringOver));
/**
* @callback IsActivatedFn
* @param {NodePath} path