mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-25 18:23:11 +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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user