From 61c0bae8c705925591a656658bbab907a854b2a9 Mon Sep 17 00:00:00 2001
From: Jonas <jonas.zohren@tu-dortmund.de>
Date: Mon, 22 Feb 2021 13:13:13 +0100
Subject: [PATCH] Point to source code and remove debug json

---
 src/App.svelte | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/App.svelte b/src/App.svelte
index b6e5e4f..799c949 100644
--- a/src/App.svelte
+++ b/src/App.svelte
@@ -30,7 +30,8 @@
             <SumRow {workPackages}></SumRow>
         </tbody>
     </table>
-    <pre>
-        {dataJson}
-    </pre>
 </main>
+
+<a href="https://gitlab.fachschaften.org/jfowl/swk-project-effort-estimation"
+  >SourceCode</a
+>
\ No newline at end of file
-- 
GitLab