Remove Console.log
This commit is contained in:
parent
f06fbb2687
commit
e1c27bb3f1
|
|
@ -241,7 +241,6 @@ export class M5Character extends Actor {
|
|||
});
|
||||
|
||||
ret.skillMods = aggregate.calculate();
|
||||
console.log(ret);
|
||||
}
|
||||
|
||||
if (!skip?.containers) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue