Skip to content

Commit

Permalink
Remove commented line
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
  • Loading branch information
JustinGeorgi committed Apr 13, 2024
1 parent 1cfa9d3 commit 1e93504
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export default {
if (sourceFunc) {
if (typeof sourceFunc !== 'object') return {}
for (const key in sourceFunc) {
//this.$set(evalFunc, key, this.evaluateExpression(key, sourceFunc[key]))
evalFunc[key] = this.evaluateExpression(key, sourceFunc[key])
}
}
Expand Down

0 comments on commit 1e93504

Please sign in to comment.