Skip to content

Commit 67fa75f

Browse files
committed
CCM-12744: remove stray log
1 parent c4fcd3f commit 67fa75f

File tree

1 file changed

+0
-2
lines changed
  • lambdas/backend-api/src/infra/routing-config-repository

1 file changed

+0
-2
lines changed

lambdas/backend-api/src/infra/routing-config-repository/repository.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ export class RoutingConfigRepository {
260260
);
261261
}
262262

263-
console.log(item, expectedLockNumber);
264-
265263
if (item.lockNumber !== expectedLockNumber) {
266264
return failure(
267265
ErrorCase.CONFLICT,

0 commit comments

Comments
 (0)