From 6955d4597b7e970ce45c191ec2b872ccad2feeb3 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Sun, 4 Apr 2021 00:38:39 +0200 Subject: [PATCH] Remove log --- module/actor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/module/actor.js b/module/actor.js index 40b1cd6a..5d272dac 100644 --- a/module/actor.js +++ b/module/actor.js @@ -1048,7 +1048,6 @@ export class RdDActor extends Actor { /* -------------------------------------------- */ computeEtatGeneral() { const actorData = Misc.data(this); - console.info("computeEtatGeneral", actorData) // Pas d'état général pour les entités forçage à 0 if (this.data.type == 'entite') {