Disable some Logger Info
This commit is contained in:
parent
2bc253ed4f
commit
5437cb2ab2
3
Bot.cs
3
Bot.cs
@ -105,7 +105,8 @@ namespace RSSBot {
|
||||
}
|
||||
|
||||
public static async void Save() {
|
||||
if (RssBotFeeds.Count > 0) Logger.Info(/* "Speichere Daten..." */);
|
||||
if (RssBotFeeds.Count > 0)
|
||||
/* Logger.Info("Speichere Daten..."); */
|
||||
|
||||
foreach (RssBotFeed feed in RssBotFeeds) {
|
||||
string feedKey = $"{Configuration.RedisHash}:{feed.Url}";
|
||||
|
Loading…
Reference in New Issue
Block a user