chore: remove console.log

This commit is contained in:
Markus Reisenhofer 2024-07-17 22:44:21 +02:00
parent f434246f79
commit ef9b9df335
No known key found for this signature in database
GPG key ID: F9BF452D473D63AC

View file

@ -728,7 +728,6 @@ class Monitor extends BeanModel {
port: this.port,
givenPortOnly: this.getGameDigGivenPortOnly(),
});
console.log(state);
bean.msg = state.name;
bean.status = UP;