diff --git a/templates/course.html b/templates/course.html
index 535afa8c378cd98ad0f04619ea1ffee3568fb05f..abe33f4a4cb0715c68b26395301cf92a4498145e 100644
--- a/templates/course.html
+++ b/templates/course.html
@@ -258,7 +258,6 @@ $('#editstream-start').on('click', function () {
 $('#editstream').on('show.bs.modal', function (event) {
 	var button = $(event.relatedTarget);
 	$('#editstream').data('currentpath', button.data('path'));
-	alert(button.data('active'));
 	if (button.data('active')) {
 		$('#editstream-action').val('stop');
 		$('#editstream-start').text('Stream stoppen');