mirror of
https://github.com/HeyPuter/puter.git
synced 2025-02-02 14:18:43 +08:00
fix: remove log from InternetModule
This commit is contained in:
parent
1fde01aa04
commit
c7f3e0b937
@ -8,8 +8,6 @@ class InternetModule extends AdvancedBase {
|
||||
if ( !! config?.services?.['wisp-relay'] ) {
|
||||
const WispRelayService = require('./WispRelayService.js');
|
||||
services.registerService('wisp-relay', WispRelayService);
|
||||
} else {
|
||||
this.log.noticeme('WISP Relay is disabled');
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user