Skip to content

Commit

Permalink
fix: removing forgotten puts
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Jan 24, 2025
1 parent c99d9c6 commit a5aaa38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/app/controllers/api/v1/widgets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def index
end

def show
puts current_member.inspect
widget_data = WidgetData.new widget: @widget, filters: filter_params, is_member_logged_in: current_member.present?
render json: WidgetDataSerializer.new(
widget_data,
Expand Down

0 comments on commit a5aaa38

Please sign in to comment.