mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 03:54:22 +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;
|
||||
|
||||
if (!envApiKey) {
|
||||
logger.debug(
|
||||
"PANGOLIN_ROOT_API_KEY not set. Root API key from environment skipped."
|
||||
);
|
||||
// logger.debug(
|
||||
// "PANGOLIN_ROOT_API_KEY not set. Root API key from environment skipped."
|
||||
// );
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -103,4 +103,4 @@ export async function ensureRootApiKey() {
|
||||
console.error("Failed to ensure root API key:", error);
|
||||
throw error;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user