In catacumba, I’d like to disable the prone handler in production
Currently here is my routes:
(ct/routes [[:setup (prone/handler {:namespaces ["pricing"]})] ...])
What code would disable the prone handler in production?