Commit 23f43a294788e9663d1fdd9c8911915af188fc47
1 parent
ac8d29a5
Exists in
master
and in
1 other branch
remove binding.pry left in by mistake
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
db/migrate/20131011155638_extract_issue_tracker.rb
@@ -15,8 +15,6 @@ class ExtractIssueTracker < Mongoid::Migration | @@ -15,8 +15,6 @@ class ExtractIssueTracker < Mongoid::Migration | ||
15 | 15 | ||
16 | def self.up | 16 | def self.up |
17 | App.all.each do |app| | 17 | App.all.each do |app| |
18 | - require 'pry' | ||
19 | - binding.pry | ||
20 | next unless app.attributes['issue_tracker'].present? | 18 | next unless app.attributes['issue_tracker'].present? |
21 | next unless app.attributes['issue_tracker']['_type'].present? | 19 | next unless app.attributes['issue_tracker']['_type'].present? |
22 | 20 |