Removed console log message from config startup.

This commit is contained in:
David Ball 2024-06-24 00:57:28 -04:00
parent b7f0eb13ef
commit 6979c455ef

View File

@ -182,8 +182,6 @@ export interface Config {
tikaUrl: string; tikaUrl: string;
} }
console.log(`Configuring .env and expanding .env to include environment variable references.`);
import path from 'path'; import path from 'path';
import dotenv from 'dotenv'; import dotenv from 'dotenv';
import dotenvExpand from 'dotenv-expand'; import dotenvExpand from 'dotenv-expand';