Remove debug log

This commit is contained in:
Owen
2026-04-20 17:05:47 -07:00
parent 2e8d170114
commit 9f5f89c9eb

View File

@@ -34,9 +34,9 @@ export async function ensureRootApiKey() {
const envApiKey = process.env.PANGOLIN_ROOT_API_KEY; const envApiKey = process.env.PANGOLIN_ROOT_API_KEY;
if (!envApiKey) { if (!envApiKey) {
logger.debug( // logger.debug(
"PANGOLIN_ROOT_API_KEY not set. Root API key from environment skipped." // "PANGOLIN_ROOT_API_KEY not set. Root API key from environment skipped."
); // );
return; return;
} }