Removed leftover logs
This commit is contained in:
parent
a2c4695557
commit
067297478e
@ -64,12 +64,6 @@ namespace NadekoBot.Modules.CustomReactions.Services
|
|||||||
|
|
||||||
GuildReactions = new ConcurrentDictionary<ulong, CustomReaction[]>(items.Where(g => g.GuildId != null && g.GuildId != 0).GroupBy(k => k.GuildId.Value).ToDictionary(g => g.Key, g => g.ToArray()));
|
GuildReactions = new ConcurrentDictionary<ulong, CustomReaction[]>(items.Where(g => g.GuildId != null && g.GuildId != 0).GroupBy(k => k.GuildId.Value).ToDictionary(g => g.Key, g => g.ToArray()));
|
||||||
GlobalReactions = items.Where(g => g.GuildId == null || g.GuildId == 0).ToArray();
|
GlobalReactions = items.Where(g => g.GuildId == null || g.GuildId == 0).ToArray();
|
||||||
foreach (var item in items)
|
|
||||||
{
|
|
||||||
_log.Info(item.Id);
|
|
||||||
_log.Info(item.Trigger);
|
|
||||||
_log.Info(item.GuildId);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Task AddGcr(CustomReaction cr)
|
public Task AddGcr(CustomReaction cr)
|
||||||
|
Loading…
Reference in New Issue
Block a user