From 0054cf81683dd7f05ebfa22a3c06ffee032732c8 Mon Sep 17 00:00:00 2001 From: Musselman Date: Wed, 29 Nov 2023 23:55:20 -0600 Subject: [PATCH] Remove debug text --- static/build/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/build/editor.js b/static/build/editor.js index eb7f619..288a29d 100644 --- a/static/build/editor.js +++ b/static/build/editor.js @@ -229,7 +229,6 @@ function addVideo() { document.getElementById('editor').appendChild(videoElement); var paragraphElement = document.createElement('p'); - paragraphElement.textContent = 'Type your text here'; document.getElementById('editor').appendChild(paragraphElement); }