clean log socket message

log des messages sockets dans le hook (car plusieurs handlers)
This commit is contained in:
Vincent Vandemeulebrouck
2021-05-27 01:18:21 +02:00
parent effb50e778
commit bd7f3a9b3d
3 changed files with 2 additions and 4 deletions

View File

@ -57,7 +57,6 @@ export class RdDActor extends Actor {
}
static remoteActorCall(options) {
console.log("remoteActorCall ", options)
options.userId = options.userId ?? Misc.connectedGMOrUser();
game.socket.emit("system.foundryvtt-reve-de-dragon", { msg: "msg_remote_actor_call", data: options });
}