From 6416f87549fa07515dc9045a26a5d115dcd2d640 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 19 May 2022 09:22:48 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 4c670f0..48b61a1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -22,9 +22,6 @@ final_path=/opt/yunohost/$app log_path=/var/log/$app log_file="${log_path}/django-fritzconnection.log" -# Default: settings.DEBUG=False -django_debug="False" - #================================================= # COMMON VARIABLES #=================================================