mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 20:24:16 +01:00
remove spammy log
This commit is contained in:
parent
8d7ae903a4
commit
29ba86021c
1 changed files with 0 additions and 2 deletions
|
|
@ -68,8 +68,6 @@ internal class ProfileManager : IServiceType
|
||||||
foreach (var profile in this.profiles)
|
foreach (var profile in this.profiles)
|
||||||
{
|
{
|
||||||
var state = profile.WantsPlugin(internalName);
|
var state = profile.WantsPlugin(internalName);
|
||||||
Log.Verbose("Checking {Name} in {Profile}: {State}", internalName, profile.Guid, state == null ? "null" : state);
|
|
||||||
|
|
||||||
if (state.HasValue)
|
if (state.HasValue)
|
||||||
{
|
{
|
||||||
want = want || (profile.IsEnabled && state.Value);
|
want = want || (profile.IsEnabled && state.Value);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue