Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenick committed Apr 8, 2020
1 parent e1fd52f commit 50ac617
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions values.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ func getArgumentValues(
tmp = argDef.DefaultValue
}
addValueOrNull(results, argDef.PrivateName, tmp)
//if !isNullish(tmp) {
// results[argDef.PrivateName] = tmp
//}
}
return results
}
Expand Down

0 comments on commit 50ac617

Please sign in to comment.