Remove debug text
This commit is contained in:
parent
9e04cd43b0
commit
0054cf8168
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue