Remove debug text

This commit is contained in:
James Musselman 2023-11-29 23:55:20 -06:00
parent 9e04cd43b0
commit 0054cf8168

View file

@ -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);
}