Skip to content
Snippets Groups Projects
Commit 6dfb5d7c authored by James Lopez's avatar James Lopez
Browse files

remove byebug

parent dff4050f
No related branches found
No related tags found
1 merge request!3066Fix for import_url fields on projects containing third-party credentials
Pipeline #
Loading
@@ -10,7 +10,6 @@ class RemoveWrongImportUrlFromProjects < ActiveRecord::Migration
Loading
@@ -10,7 +10,6 @@ class RemoveWrongImportUrlFromProjects < ActiveRecord::Migration
end end
   
def up def up
byebug
projects_with_wrong_import_url do |project| projects_with_wrong_import_url do |project|
import_url = Gitlab::ImportUrl.new(project["import_url"]) import_url = Gitlab::ImportUrl.new(project["import_url"])
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment