Remove return statement after report_problem

pull/1259/head
Rick Carlino 2019-07-03 10:30:24 -05:00
parent 81de8952d7
commit ea29ad877b
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ class NervesHub
# It's really hard to debug malformed tags; Catch them here:
if tags.detect { |x| !x.include?(COLON) }
report_problem(error: BAD_TAG, serial_number: serial_number, tags: tags)
return
end
if current_nerves_hub_device