DEV: Remove debug print statement (#12390)

This commit is contained in:
Daniel Waterworth 2021-03-12 15:12:50 -06:00 committed by GitHub
parent 85870225f2
commit 2a18b0b07e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ describe ReviewablesController do
end
def perform_approve_phony(performed_by, args)
puts args.inspect
MessageBus.publish("/phony-reviewable-test", { args: args }, user_ids: [1])
create_result(:success, :approved)
end