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');