From 952b0594c32da42ccb4ed187ccbfb50b32cb3b2f Mon Sep 17 00:00:00 2001 From: Gaurav Nelson Date: Thu, 2 Apr 2020 11:19:14 +1000 Subject: [PATCH] Cleared some unnecessary logic --- entrypoint.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 14a467e..3903bef 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,11 +23,6 @@ echo -e "${BLUE}MAX_DEPTH: $5${NC}" FIND_CALL="find ${FOLDER_PATH} -name \*.md -not -path './node_modules/*' -exec markdown-link-check {}" if [ -f "$CONFIG_FILE" ]; then - if [ "$USE_QUIET_MODE" = "yes" ]; then - if [ "$USE_VERBOSE_MODE" = "yes" ]; then - echo -e "${BLUE}I found config file ${NC}" - fi - fi echo -e "${BLUE}Using markdown-link-check configuration file: ${YELLOW}$CONFIG_FILE${NC}" FIND_CALL+=" --config ${CONFIG_FILE}" else