remove spammy log

This commit is contained in:
goat 2023-04-10 20:45:29 +02:00
parent 8d7ae903a4
commit 29ba86021c
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -68,8 +68,6 @@ internal class ProfileManager : IServiceType
foreach (var profile in this.profiles)
{
var state = profile.WantsPlugin(internalName);
Log.Verbose("Checking {Name} in {Profile}: {State}", internalName, profile.Guid, state == null ? "null" : state);
if (state.HasValue)
{
want = want || (profile.IsEnabled && state.Value);