Remove debug output in migration controller spec (#31886)

pull/2843/head
Matt Jankowski 2024-09-12 10:04:46 -04:00 committed by GitHub
parent 1b6a82b799
commit 207c073bf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -95,7 +95,6 @@ RSpec.describe Settings::MigrationsController do
before do
moved_to = Fabricate(:account, also_known_as: [ActivityPub::TagManager.instance.uri_for(user.account)])
p moved_to.acct
user.account.migrations.create!(acct: moved_to.acct)
end