fix: get compilation working
fix: remove unnecessary console.log
This commit is contained in:
parent
b7011f9659
commit
fe706b858a
3 changed files with 3 additions and 3 deletions
|
@ -167,7 +167,6 @@ export class SERVER {
|
|||
Deno.addSignalListener('SIGTERM', this.shutdown_binding);
|
||||
Deno.addSignalListener('SIGINT', this.shutdown_binding);
|
||||
|
||||
console.log('listening');
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue