Cleanup some log

This commit is contained in:
nymkappa
2023-03-14 13:53:52 +09:00
committed by softsimon
parent 0b6351ecdd
commit 9d9955c2be
7 changed files with 17 additions and 14 deletions

View File

@@ -283,7 +283,7 @@ class NetworkSyncService {
} else {
log += ` for the first time`;
}
logger.info(`${log}`, logger.tags.ln);
logger.debug(`${log}`, logger.tags.ln);
const channels = await channelsApi.$getChannelsByStatus([0, 1]);
for (const channel of channels) {