From 9ac057b70a81af07c6e76a67d9d4418ee428e91e Mon Sep 17 00:00:00 2001 From: Garry Hill Date: Wed, 8 Nov 2023 16:59:02 +0000 Subject: [PATCH] remove debug statement --- clients/typescript/src/satellite/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/typescript/src/satellite/client.ts b/clients/typescript/src/satellite/client.ts index 5ba7ef7e04..11a33297f8 100644 --- a/clients/typescript/src/satellite/client.ts +++ b/clients/typescript/src/satellite/client.ts @@ -593,7 +593,6 @@ export class SatelliteClient implements Client { }) break case DataChangeType.COMPENSATION: - console.log('compensation', record) changeOp = SatTransOp.fromPartial({ compensation: { pkData: record,