1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-10 04:55:41 +00:00

Remove debug IO

This commit is contained in:
Oliver Booth 2022-11-30 21:37:17 +00:00
parent 19973e7a8a
commit 335f3f8c66
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

View File

@ -260,7 +260,6 @@ public sealed class CommandsExtension : VirtualParadiseClientExtension
} }
} }
Console.WriteLine(string.Join(';', arguments));
object? returnValue = command.Method.Invoke(command.Module, arguments); object? returnValue = command.Method.Invoke(command.Module, arguments);
if (returnValue is Task task) if (returnValue is Task task)
{ {