From 47c3afe67b8a4a34139c41fccefb0326ceaeafad Mon Sep 17 00:00:00 2001 From: TRMSC Date: Thu, 2 Nov 2023 16:09:28 +0100 Subject: [PATCH] remove comments --- docs/src/script.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/src/script.js b/docs/src/script.js index 8c0b471..3d8ac41 100644 --- a/docs/src/script.js +++ b/docs/src/script.js @@ -353,21 +353,6 @@ generateScene = () => { console.error('Fetch error:', error); }); - // TEMPORARY: Usage of a dummy code - // let templateContent = ''; - - // Replace placeholders - // templateContent = templateContent.replace(/\$URL/g, url); - // templateContent = templateContent.replace(/\$WIDTH/g, wInput.value); - // templateContent = templateContent.replace(/\$HEIGHT/g, hInput.value); - // templateContent = templateContent.replace(/\$ALT/g, altInput.value); - - // Put the generated code to the textarea - //document.getElementById('imagescene-result').value = templateContent; - - // Copy code to the clipboard - //copyClipboard(); - };