Remove debug print
This commit is contained in:
@@ -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[]>) {
|
||||
|
||||
Reference in New Issue
Block a user