mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Cut dead code
This commit is contained in:
@@ -8,8 +8,7 @@ module VariantUnits
|
||||
@variant = variant
|
||||
end
|
||||
|
||||
def name(obj = nil)
|
||||
@variant = obj unless obj.nil?
|
||||
def name
|
||||
value, unit = option_value_value_unit
|
||||
separator = value_scaled? ? '' : ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user