mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
do not log all outgoing websocket data
This commit is contained in:
parent
1c76184ccd
commit
6b06798c76
1 changed files with 0 additions and 2 deletions
|
@ -63,8 +63,6 @@ class SimulatorDataDataManager {
|
|||
const data = this.messageToBuffer(message);
|
||||
socket.send(data);
|
||||
|
||||
console.log(data);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue