remove test command

This commit is contained in:
Chris Bell 2025-01-02 17:03:31 -06:00
parent 9377a5c865
commit ab339f06b5

View File

@ -182,10 +182,4 @@ public class RaylibCogwheelConsole : ICogwheelConsole
_output = string.Join("\n", lines.Skip(lines.Length - _output_buffer_size)); _output = string.Join("\n", lines.Skip(lines.Length - _output_buffer_size));
} }
} }
[Command(Name = "warn")]
private void Test()
{
LogWarning("This is a test warning message");
}
} }