From 2909194260c8b29e61365e3c1d30284f1fac35f5 Mon Sep 17 00:00:00 2001
From: tmueller <tmueller@cl.uni-heidelberg.de>
Date: Tue, 21 Dec 2021 23:30:20 +0000
Subject: [PATCH] reverting logging

---
 papermc.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/papermc.sh b/papermc.sh
index 50f86ba..bc8c888 100755
--- a/papermc.sh
+++ b/papermc.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
-exec 3>&1 4>&2
-trap 'exec 2>&4 1>&3' 0 1 2 3
-exec 1>/papermc/log.out 2>&1
+# exec 3>&1 4>&2
+# trap 'exec 2>&4 1>&3' 0 1 2 3
+# exec 1>/papermc/log.out 2>&1
 # Everything below will go to the file 'log.out':
 
 # Configuration
-- 
GitLab