diff --git a/src/dumper/dumper.cs b/src/dumper/dumper.cs index 16c2754..315a847 100644 --- a/src/dumper/dumper.cs +++ b/src/dumper/dumper.cs @@ -121,9 +121,6 @@ class Dumper { List props = row.Value.Properties; - /* - * props - */ if (!TryGetProp(props, "CharacterIndex", out int charIndex)) throw new KeyNotFoundException("CharacterIndex was not found."); if (charIndex == -1) continue;