Skip to content

Commit 78527ed

Browse files
committed
Remove logging
1 parent eef4b53 commit 78527ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/internal/Mapper.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,6 @@ class Mapper {
10821082
static convertAction(
10831083
payload: Record<string, any>
10841084
): NoCodesAction {
1085-
console.log(payload);
10861085
return new NoCodesAction(
10871086
payload["type"],
10881087
payload["parameters"],

0 commit comments

Comments
 (0)