diff --git a/_includes/notes_graph.html b/_includes/notes_graph.html
index 60e9b9f..4807b85 100644
--- a/_includes/notes_graph.html
+++ b/_includes/notes_graph.html
@@ -219,8 +219,6 @@
.selectAll("circle")
.filter((_d, i, nodes) => d3.select(nodes[i]).attr("active"))
.attr("r", (d) => zoomOrKeep(ACTIVE_RADIUS_FACTOR * nodeSize[d.id]));
-
- document.getElementById("zoom").innerHTML = zoomLevel.toFixed(2);
};
const ticked = () => {
@@ -297,4 +295,4 @@
return str.substr(0, str.lastIndexOf(separator, maxLen)) + '...';
}
-
\ No newline at end of file
+