Commit 23f43a294788e9663d1fdd9c8911915af188fc47

Authored by Stephen Crosby
1 parent ac8d29a5
Exists in master and in 1 other branch production

remove binding.pry left in by mistake

db/migrate/20131011155638_extract_issue_tracker.rb
... ... @@ -15,8 +15,6 @@ class ExtractIssueTracker < Mongoid::Migration
15 15  
16 16 def self.up
17 17 App.all.each do |app|
18   - require 'pry'
19   - binding.pry
20 18 next unless app.attributes['issue_tracker'].present?
21 19 next unless app.attributes['issue_tracker']['_type'].present?
22 20  
... ...