Remove Console.log

This commit is contained in:
2024-05-27 11:57:05 +02:00
parent f06fbb2687
commit e1c27bb3f1
-1
View File
@@ -241,7 +241,6 @@ export class M5Character extends Actor {
}); });
ret.skillMods = aggregate.calculate(); ret.skillMods = aggregate.calculate();
console.log(ret);
} }
if (!skip?.containers) { if (!skip?.containers) {