Skip to content

Commit

Permalink
remove pry statements
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Sep 29, 2023
1 parent d9a2ad9 commit 83d0241
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions db/migrate/20230704150532_refactor_kits.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ def change
VALUES (?, ?, ?, ?, ?)
""", [device_id, sensor_id, key, created_at, updated_at])
rescue Exception => e
require 'pry'
binding.pry
raise e
end
end
Expand All @@ -136,8 +134,6 @@ def change
end

unless device_sensors_pre == device_sensors_post
require 'pry'
binding.pry
raise "Check failed - device sensors not the same before and after migration!"
end

Expand Down

0 comments on commit 83d0241

Please sign in to comment.