fix(syncing-server): remove excessive debug logs
This commit is contained in:
parent
c7d2adf091
commit
5c5f988055
1 changed files with 0 additions and 2 deletions
|
@ -23,8 +23,6 @@ export class SyncingServer implements ISyncingServer {
|
|||
callback: grpc.sendUnaryData<SyncResponse>,
|
||||
): Promise<void> {
|
||||
try {
|
||||
this.logger.debug('[SyncingServer] Syncing items via gRPC')
|
||||
|
||||
const itemHashesRPC = call.request.getItemsList()
|
||||
const itemHashes: ItemHash[] = []
|
||||
for (const itemHash of itemHashesRPC) {
|
||||
|
|
Loading…
Reference in a new issue