From 9ce386582d327f9d63d122b4260728af75c30166 Mon Sep 17 00:00:00 2001 From: neru Date: Thu, 18 Jun 2026 16:48:51 -0300 Subject: [PATCH] style: remove rnd comment --- src/dumper/dumper.cs | 3 --- 1 file changed, 3 deletions(-) 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;