remove notice about skipped SQL imports

This commit is contained in:
Asif Bacchus 2020-11-27 22:05:40 -07:00
parent 926d5f80d1
commit a18ff890e8
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ for f in /docker-entrypoint-initdb.d/*; do
fi
;;
*)
printf "IMPORT-SQL: Cannot import %s -- skipping\n" "$f"
;;
esac
done