Очищен вывод в консоль

This commit is contained in:
2025-03-02 16:49:20 +03:00
parent bd3c623626
commit 853dcf9af6
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -11,6 +11,5 @@ namespace Example.Shared
{ {
string GetName(); string GetName();
Task<IPage> Print(string text, CancellationToken cancellationToken); Task<IPage> Print(string text, CancellationToken cancellationToken);
} }
} }
-1
View File
@@ -305,7 +305,6 @@ namespace mROA.Cbor
if (type.IsInterface) if (type.IsInterface)
{ {
Console.WriteLine("Interface");
var sharedShell = typeof(SharedObjectShellShell<>).MakeGenericType(type); var sharedShell = typeof(SharedObjectShellShell<>).MakeGenericType(type);
var so = var so =