removed logs

This commit is contained in:
Marie Verdonck
2020-03-09 18:46:00 +01:00
parent a0b9ddcab7
commit 1549872cb8

View File

@@ -276,8 +276,6 @@ export class ObjectCacheService {
* list of operations to perform * list of operations to perform
*/ */
public addPatch(selfLink: string, patch: Operation[]) { public addPatch(selfLink: string, patch: Operation[]) {
console.log('selfLink addPatch', selfLink)
console.log('patch addPatch', patch)
this.store.dispatch(new AddPatchObjectCacheAction(selfLink, patch)); this.store.dispatch(new AddPatchObjectCacheAction(selfLink, patch));
this.store.dispatch(new AddToSSBAction(selfLink, RestRequestMethod.PATCH)); this.store.dispatch(new AddToSSBAction(selfLink, RestRequestMethod.PATCH));
} }