Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Sep 25, 2023
1 parent 8239719 commit ea9d427
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ interface AreFormFieldsDisabledOptions {
}

function areFormFieldsDisabled(options: AreFormFieldsDisabledOptions) {
console.log({
options,
});

/** non-active incidents are always editable */
if (!options.isActiveIncidentsList) return false;
/** dispatch can always edit the fields */
Expand Down

0 comments on commit ea9d427

Please sign in to comment.