Skip to content

Commit

Permalink
remove puts
Browse files Browse the repository at this point in the history
  • Loading branch information
SamSaffron committed Jan 10, 2025
1 parent 80fbdd7 commit 60ee1f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class AiLlmQuotasController < ::Admin::AdminController
requires_plugin ::DiscourseAi::PLUGIN_NAME

def index
puts "here"
quotas = LlmQuota.includes(:group)

render json: {
Expand Down

0 comments on commit 60ee1f9

Please sign in to comment.