Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-03-21 19:34:20 +0300
committerJames Lopez <james@jameslopez.es>2016-03-21 19:34:20 +0300
commit6dfb5d7cad3e3cefd766e30a4c25a9549fa2b041 (patch)
tree7d13d3b8de31a507c40c87bd284a872239a857c9 /db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
parentdff4050f1d3f00815c095ec2645bd935f14e51a7 (diff)
remove byebug
Diffstat (limited to 'db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb')
-rw-r--r--db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb b/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
index 0f7da3103b8..6b4b6726fc5 100644
--- a/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
+++ b/db/migrate/20160302152808_remove_wrong_import_url_from_projects.rb
@@ -10,7 +10,6 @@ class RemoveWrongImportUrlFromProjects < ActiveRecord::Migration
end
def up
- byebug
projects_with_wrong_import_url do |project|
import_url = Gitlab::ImportUrl.new(project["import_url"])