Remove debug print
This commit is contained in:
parent
1bb79854a5
commit
3706b99d36
1 changed files with 0 additions and 1 deletions
|
@ -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[]>) {
|
||||
|
|
Loading…
Add table
Reference in a new issue