DEV: Remove debug print statement (#12390)
This commit is contained in:
parent
85870225f2
commit
2a18b0b07e
|
@ -443,7 +443,6 @@ describe ReviewablesController do
|
||||||
end
|
end
|
||||||
|
|
||||||
def perform_approve_phony(performed_by, args)
|
def perform_approve_phony(performed_by, args)
|
||||||
puts args.inspect
|
|
||||||
MessageBus.publish("/phony-reviewable-test", { args: args }, user_ids: [1])
|
MessageBus.publish("/phony-reviewable-test", { args: args }, user_ids: [1])
|
||||||
create_result(:success, :approved)
|
create_result(:success, :approved)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue