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
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{