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>,
|
callback: grpc.sendUnaryData<SyncResponse>,
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
try {
|
try {
|
||||||
this.logger.debug('[SyncingServer] Syncing items via gRPC')
|
|
||||||
|
|
||||||
const itemHashesRPC = call.request.getItemsList()
|
const itemHashesRPC = call.request.getItemsList()
|
||||||
const itemHashes: ItemHash[] = []
|
const itemHashes: ItemHash[] = []
|
||||||
for (const itemHash of itemHashesRPC) {
|
for (const itemHash of itemHashesRPC) {
|
||||||
|
|
Loading…
Reference in a new issue