Remove “notice” log

This commit is contained in:
Stefan Zweifel 2022-12-22 19:43:16 +01:00
parent 5a4cb74b7d
commit 9d8065ab34
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ _main() {
_check_if_git_is_available() { _check_if_git_is_available() {
if hash -- "$INPUT_INTERNAL_GIT_BINARY" 2> /dev/null; then if hash -- "$INPUT_INTERNAL_GIT_BINARY" 2> /dev/null; then
_log "debug" "git binary found."; _log "debug" "git binary found.";
_log "notice" "git binary found.";
else else
_log "error" "git-auto-commit could not find git binary. Please make sure git is available." _log "error" "git-auto-commit could not find git binary. Please make sure git is available."
exit 1; exit 1;