Skip to content

Commit

Permalink
CQ-4343453 remove debugger from form.tsx (#950)
Browse files Browse the repository at this point in the history
Co-authored-by: barshatr <barshatr@adobe.com>
  • Loading branch information
barshat7 and barshatr authored Jun 22, 2022
1 parent 512bb31 commit 42e3870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/archetype/ui.frontend.react.forms.af/src/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const base64url = (s: any) => {
export const getId = () => {
let id = ""
if (!process.env.FORMPATH) {
debugger;
const parent = document.querySelector(".cmp-formcontainer")
id = parent.getAttribute("data-form-id")
} else {
Expand Down

0 comments on commit 42e3870

Please sign in to comment.