mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-24 17:52:33 +00:00
Remove debug log
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -103,4 +103,4 @@ export async function ensureRootApiKey() {
|
|||||||
console.error("Failed to ensure root API key:", error);
|
console.error("Failed to ensure root API key:", error);
|
||||||
throw error;
|
throw error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user