Skip to content

Commit

Permalink
DX-666 Removed Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
basiq-ash committed Apr 24, 2024
1 parent 4ee923a commit c33cbbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export function AccountVerificationFormStep3LoadingSteps() {
if (uuids && uuids.length > 0) {
// Extracting the first UUID
const firstUUID = uuids[0];
console.log(firstUUID); // Output: ff48fe10-4882-4008-b7b6-b4856d2459e5
setJobId(firstUUID);
} else {
console.log("No UUID found in the string.");
Expand Down

0 comments on commit c33cbbe

Please sign in to comment.