fix: Make logging less verbose
This commit is contained in:
parent
6a9e98665d
commit
4085631804
@ -398,7 +398,10 @@ class OmemoManager {
|
|||||||
.toList();
|
.toList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (bundlesToFetch.isNotEmpty) {
|
||||||
_log.finest('Fetching bundles $bundlesToFetch for $jid');
|
_log.finest('Fetching bundles $bundlesToFetch for $jid');
|
||||||
|
}
|
||||||
|
|
||||||
final newBundles = List<OmemoBundle>.empty(growable: true);
|
final newBundles = List<OmemoBundle>.empty(growable: true);
|
||||||
for (final id in bundlesToFetch) {
|
for (final id in bundlesToFetch) {
|
||||||
final bundle = await fetchDeviceBundle(jid, id);
|
final bundle = await fetchDeviceBundle(jid, id);
|
||||||
|
Loading…
Reference in New Issue
Block a user