remove puts
This commit is contained in:
parent
80fbdd735d
commit
60ee1f996d
|
@ -6,7 +6,6 @@ module DiscourseAi
|
|||
requires_plugin ::DiscourseAi::PLUGIN_NAME
|
||||
|
||||
def index
|
||||
puts "here"
|
||||
quotas = LlmQuota.includes(:group)
|
||||
|
||||
render json: {
|
||||
|
|
Loading…
Reference in New Issue