1
0
Fork 0
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:
Steffen Vogel 2018-05-24 08:44:40 +02:00
parent 1c76184ccd
commit 6b06798c76

View file

@ -63,8 +63,6 @@ class SimulatorDataDataManager {
const data = this.messageToBuffer(message);
socket.send(data);
console.log(data);
return true;
}