From 7278d79773ab5d190545d9fbe734fcdf9fc59cfb Mon Sep 17 00:00:00 2001 From: Jali Date: Sun, 21 Sep 2025 02:03:56 +0200 Subject: [PATCH] Remove unneccesary log message --- services/git-monitor | 1 - 1 file changed, 1 deletion(-) diff --git a/services/git-monitor b/services/git-monitor index 49065f3..6a9ca88 100755 --- a/services/git-monitor +++ b/services/git-monitor @@ -55,7 +55,6 @@ check_for_updates() { local current_commit_hash # Get the last known commit hash (from a file) - log_message "INFO" "Changing directory into $REPO_LOCAL_PATH/$repo_name" cd "$REPO_LOCAL_PATH/$repo_name" if [ -f "$REPO_LOCAL_PATH/$repo_name/.git-monitor-last-commit" ]; then last_commit_hash=$(cat "$REPO_LOCAL_PATH/$repo_name/.git-monitor-last-commit")