Commit a01c190f by ivan Lan

Remove debug code

parent 1f2a351a
...@@ -157,8 +157,6 @@ module Shotengai ...@@ -157,8 +157,6 @@ module Shotengai
# spec 字段 # spec 字段
def check_spec_value def check_spec_value
p spec_value
p series.spec_value
errors.add(:spec_value, 'spec 与 所给系列不符。') unless spec_value.nil? || spec_value.keys == series.spec_value.keys errors.add(:spec_value, 'spec 与 所给系列不符。') unless spec_value.nil? || spec_value.keys == series.spec_value.keys
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment