Skip to content

Commit 643508e

Browse files
committed
refactor(r05_submit_btn): remove debug logging for cyclic volta layout in submit button
1 parent 12768b9 commit 643508e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/components/cmd_bar/r05_submit_btn.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,6 @@ const onClickCb = (
225225
decimalSt,
226226
});
227227
});
228-
if (Format.isCyclicVoltaLayout(layoutSt)) {
229-
console.log('[CV submit] payload', payload);
230-
}
231228
operation(payload);
232229
}
233230
);

0 commit comments

Comments
 (0)