From f9fdf6cd3c164787934ec78d777aff6f0cbf0205 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Sat, 28 Jul 2018 00:03:31 +0200
Subject: [PATCH] Removed debugging code

---
 templates/course.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/templates/course.html b/templates/course.html
index 535afa8..abe33f4 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');
-- 
GitLab