From 94999b7ff967ca3c3627c21110faa0e192f7c132 Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sat, 17 Feb 2024 18:38:21 +0200 Subject: [PATCH] removing erroneous lines --- noter.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/noter.sh b/noter.sh index c50cae9..f2091e6 100755 --- a/noter.sh +++ b/noter.sh @@ -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"