From 650a77f055f204018c4826a102395e5de6d5023c Mon Sep 17 00:00:00 2001
From: Patrick Jentsch <p.jentsch@uni-bielefeld.de>
Date: Wed, 7 Sep 2022 15:16:32 +0200
Subject: [PATCH] Remove merge leftover

---
 app/templates/_scripts.html.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app/templates/_scripts.html.j2 b/app/templates/_scripts.html.j2
index a0fe17f7..ccc32a05 100644
--- a/app/templates/_scripts.html.j2
+++ b/app/templates/_scripts.html.j2
@@ -32,7 +32,6 @@
   const app = new App();
   {%- if current_user.is_authenticated %}
   const currentUserId = {{ current_user.hashid|tojson }};
-  const jobStatusNotifier = new JobStatusNotifier(currentUserId);
 
   // Initialize components for current user
   app.subscribeUser(currentUserId).catch((error) => {throw JSON.stringify(error);});
-- 
GitLab