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 #=================================================