Skip to content

Commit

Permalink
Removed LogError call used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Feb 27, 2023
1 parent ab1f8ef commit 91dd355
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ public void Configure(WorkspaceOptions options)
return default;
}

_logger.LogError("InstallationPath:{InstallPath}  Version:{Version}", latest.InstallPath, latest.Version);

if (Directory.Exists(latest.InstallPath))
{
_logger.LogDebug("Using Visual Studio v{VsVersion} [{VsPath}]", latest.Version, latest.InstallPath);
Expand Down

0 comments on commit 91dd355

Please sign in to comment.