Skip to content

Commit

Permalink
[LEMS-2851/answerless-numeric-input] remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
handeyeco committed Feb 18, 2025
1 parent df8880f commit 6c7fc69
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,3 @@ export const parseNumericInputWidget: Parser<NumericInputWidget> =
parseNumericInputWidgetV0,
migrateV0ToV1,
).parser;

// export const parseExpressionWidget: Parser<ExpressionWidget> =
// versionedWidgetOptions(1, parseExpressionWidgetV1).withMigrationFrom(
// 0,
// parseExpressionWidgetV0,
// migrateV0ToV1,
// ).parser;

0 comments on commit 6c7fc69

Please sign in to comment.