Skip to content

Commit

Permalink
chore: removed debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
iadonkey authored Jul 16, 2024
1 parent 8222188 commit dbae164
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TwinpackShared/Protocol/PackageServerCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public async Task PullAsync(Config config, bool skipInternalPackages = false, IE
// skip packages that are provided according to the config file
if (skipInternalPackages)
{
_logger.Info($"Package {plc.Name} {plc.Version} is provided");
handled.Add(new ConfigPlcPackage
{
Name = plc.Name,
Expand Down

0 comments on commit dbae164

Please sign in to comment.