Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 4093f13

Browse files
committed
Revert "[Core] Add logging in case we find a non-existent target framework"
This reverts commit 51c4cc8.
1 parent a3b20d0 commit 4093f13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/src/core/MonoDevelop.Core/MonoDevelop.Core.Assemblies/TargetRuntime.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ protected TargetFrameworkBackend GetBackend (TargetFramework fx)
247247
return backend;
248248
backend = fx.CreateBackendForRuntime (this);
249249
if (backend == null) {
250-
LoggingService.LogError ("TargetFramework creation fallback for framework: {0}", fx.Name);
251250
backend = CreateBackend (fx);
252251
if (backend == null)
253252
backend = new NotSupportedFrameworkBackend ();

0 commit comments

Comments
 (0)