mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-12 22:35:42 +00:00
Remove debug IO
This commit is contained in:
parent
19973e7a8a
commit
335f3f8c66
@ -260,7 +260,6 @@ public sealed class CommandsExtension : VirtualParadiseClientExtension
|
||||
}
|
||||
}
|
||||
|
||||
Console.WriteLine(string.Join(';', arguments));
|
||||
object? returnValue = command.Method.Invoke(command.Module, arguments);
|
||||
if (returnValue is Task task)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user