Remove debug print

This commit is contained in:
Manav Rathi 2024-03-27 21:21:31 +05:30
parent 1bb79854a5
commit 3706b99d36
No known key found for this signature in database

View file

@ -157,7 +157,6 @@ export function logStartupBanner() {
const osRelease = os.release();
const systemVersion = process.getSystemVersion();
log.info("Running on", { platform, osRelease, systemVersion });
log.debug(() => ({ platform, osRelease, systemVersion }));
}
function lowerCaseHeaders(responseHeaders: Record<string, string[]>) {