Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 60ee1f9

Browse files
committed
remove puts
1 parent 80fbdd7 commit 60ee1f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/discourse_ai/admin/ai_llm_quotas_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class AiLlmQuotasController < ::Admin::AdminController
66
requires_plugin ::DiscourseAi::PLUGIN_NAME
77

88
def index
9-
puts "here"
109
quotas = LlmQuota.includes(:group)
1110

1211
render json: {

0 commit comments

Comments
 (0)