removing erroneous lines

This commit is contained in:
Siina Mashek 2024-02-17 18:38:21 +02:00
parent 0024f62f27
commit 94999b7ff9

View File

@ -13,8 +13,6 @@ nlog() {
nlog "sourcing config.sh"
noter_dir=$(dirname "$0")
source $noter_dir/config.sh
# Load config overrides from a non-vcs file
source $noter_dir/config_local.sh
# Override publish dir if passed as cli arg
[[ ! -z "$1" ]] && nlog "overriding publish_dir to $1" && publish_dir="$1"