diff --git a/Example.Shared/IPrinter.cs b/Example.Shared/IPrinter.cs index 489bada..c71c540 100644 --- a/Example.Shared/IPrinter.cs +++ b/Example.Shared/IPrinter.cs @@ -11,6 +11,5 @@ namespace Example.Shared { string GetName(); Task Print(string text, CancellationToken cancellationToken); - } } \ No newline at end of file diff --git a/mROA.Cbor/CborSerializationToolkit.cs b/mROA.Cbor/CborSerializationToolkit.cs index 58b9ee2..6050272 100644 --- a/mROA.Cbor/CborSerializationToolkit.cs +++ b/mROA.Cbor/CborSerializationToolkit.cs @@ -305,7 +305,6 @@ namespace mROA.Cbor if (type.IsInterface) { - Console.WriteLine("Interface"); var sharedShell = typeof(SharedObjectShellShell<>).MakeGenericType(type); var so =