mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -06:00
Remove debug logging
This commit is contained in:
parent
fcd81d52ce
commit
0cc56ea112
|
|
@ -294,7 +294,7 @@ func (a *KeyInternalAPI) uploadDeviceKeys(ctx context.Context, req *api.PerformU
|
|||
),
|
||||
})
|
||||
}
|
||||
util.GetLogger(ctx).Infof("upload device keys: %+v", keysToStore)
|
||||
|
||||
// get existing device keys so we can check for changes
|
||||
existingKeys := make([]api.DeviceKeys, len(keysToStore))
|
||||
for i := range keysToStore {
|
||||
|
|
|
|||
Loading…
Reference in a new issue