From 57fdd8eb629bf302e7fcbb01db5b5a66e406e1b3 Mon Sep 17 00:00:00 2001 From: Tom Hodson Date: Mon, 28 Nov 2022 11:02:15 +0100 Subject: [PATCH] Update thesis_scrollspy.js --- assets/js/thesis_scrollspy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/js/thesis_scrollspy.js b/assets/js/thesis_scrollspy.js index 3a89c85..00c9bca 100644 --- a/assets/js/thesis_scrollspy.js +++ b/assets/js/thesis_scrollspy.js @@ -79,7 +79,6 @@ window.addEventListener('DOMContentLoaded', () => { if(schematic !== null) { d3.xml(schematic.getAttribute('src')) .then(data => { - console.log("got data"); const svg = data.documentElement; svg.setAttribute('width', '100%'); svg.setAttribute('height', 'auto');