Explorar o código

Remove bogus handling of delete/contactDetail (message doesn't exist)

Lennart Grahl %!s(int64=7) %!d(string=hai) anos
pai
achega
0d31ba73f4
Modificáronse 1 ficheiros con 0 adicións e 14 borrados
  1. 0 14
      src/services/webclient.ts

+ 0 - 14
src/services/webclient.ts

@@ -3459,20 +3459,6 @@ export class WebClientService {
         this._receivePromise(message, receiveResult);
     }
 
-    private _receiveDelete(type, message): void {
-        let receiveResult;
-        switch (type) {
-            case WebClientService.SUB_TYPE_CONTACT_DETAIL:
-                receiveResult = this._receiveUpdateReceiver(message);
-                break;
-            default:
-                this.$log.warn('Ignored delete with type:', type);
-                return;
-        }
-
-        this._receivePromise(message, receiveResult);
-    }
-
     /**
      * Encode an object using the msgpack format.
      */