Browse Source

Update AbpIoSourceCodeStore.cs

pull/22422/head
Yunus Emre Kalkan 11 months ago
parent
commit
60ab0d5d66
  1. 1
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs

1
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/AbpIoSourceCodeStore.cs

@ -131,7 +131,6 @@ public class AbpIoSourceCodeStore : ISourceCodeStore, ITransientDependency
}
}
Logger.LogWarning(currentCliVersion.ToString());
if (outputWarning)
{
Logger.LogWarning(userSpecifiedVersion

Loading…
Cancel
Save