mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove debug print statement (#12390)
This commit is contained in:
committed by
GitHub
parent
85870225f2
commit
2a18b0b07e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user