Removed L.Info calls in csharp mod

This commit is contained in:
2025-12-06 22:50:02 -07:00
parent f53f2f878a
commit fd685a2fa0
2 changed files with 1 additions and 7 deletions

View File

@@ -147,7 +147,6 @@ public static class Marshal
};
var tokens = Ffi.tokenize_line(strRef);
L.Debug($"Tokenized line '{inputString}' into {tokens.len} tokens.");
return tokens.ToTokenList();
}
}