Skip to content

Commit

Permalink
removed the commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hero committed Jul 3, 2023
1 parent 5a3b184 commit db203a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/utils/common-expression-helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ export class CommonExpressionHelpers {
return;
}
return newDate;

// date.setDate(date.getDate() + days);

// return date;
};

useFieldValue = (questionId: string) => {
Expand Down

0 comments on commit db203a5

Please sign in to comment.