fix: get compilation working

fix: remove unnecessary console.log
This commit is contained in:
Andy Burke 2025-06-19 16:27:10 -07:00
parent b7011f9659
commit fe706b858a
3 changed files with 3 additions and 3 deletions

View file

@ -167,7 +167,6 @@ export class SERVER {
Deno.addSignalListener('SIGTERM', this.shutdown_binding);
Deno.addSignalListener('SIGINT', this.shutdown_binding);
console.log('listening');
return this;
}