mirror of
https://github.com/mastodon/mastodon.git
synced 2025-11-30 03:14:36 +00:00
Remove debugs
This commit is contained in:
parent
883b62b368
commit
6aad732fc5
|
|
@ -1,6 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'debug'
|
|
||||||
module Admin
|
module Admin
|
||||||
class ReportsController < BaseController
|
class ReportsController < BaseController
|
||||||
before_action :set_report, except: [:index]
|
before_action :set_report, except: [:index]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'debug'
|
|
||||||
class ReportFilter
|
class ReportFilter
|
||||||
KEYS = %i(
|
KEYS = %i(
|
||||||
status
|
status
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user