Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
abilpraju-aot committed Aug 8, 2024
1 parent ba94262 commit 867a1ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion forms-flow-web/src/helper/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const removeTenantKey = (value, tenantkey) => {
tenantKeyCheck && tenantKeyCheck.length &&
tenantKeyCheck[0].toLowerCase() === `${tenantkey.toLowerCase()}-`
) {
console.log("hit inside");
return value.replace(`${tenantkey.toLowerCase()}-`, "");
} else {
return false;
Expand Down

0 comments on commit 867a1ce

Please sign in to comment.