We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef285af commit f44538dCopy full SHA for f44538d
packages/core/lib/rest/foundation/server.ts
@@ -135,7 +135,7 @@ export class IntentHttpServer {
135
config: ConfigService<unknown>,
136
extraInfo: [string, string, string][] = [],
137
) {
138
- // console.clear();
+ console.clear();
139
console.log();
140
const port = config.get('app.port');
141
const hostname = config.get('app.hostname');
0 commit comments