We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d91ca commit 04ec454Copy full SHA for 04ec454
src/BlazorWorker.WorkerCore/SimpleInstanceService/SimpleInstanceService.cs
@@ -153,8 +153,6 @@ public void Add<T>(Func<T> factory)
153
154
internal bool ContainsKey(Type parameterType)
155
{
156
- Console.WriteLine($"ContainsKey {GetQualifiedNameWithoutVersion(parameterType)}?");
157
- Console.WriteLine($"Keys: {string.Join(';', this.Keys)}");
158
return this.ContainsKey(GetQualifiedNameWithoutVersion(parameterType));
159
}
160
0 commit comments