Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised committed Nov 8, 2023
1 parent 86c8554 commit 9ac057b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/typescript/src/satellite/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ export class SatelliteClient implements Client {
})
break
case DataChangeType.COMPENSATION:
console.log('compensation', record)
changeOp = SatTransOp.fromPartial({
compensation: {
pkData: record,
Expand Down

0 comments on commit 9ac057b

Please sign in to comment.