Skip to content

Commit d370fef

Browse files
committed
rm byebug
1 parent 373e6b8 commit d370fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dfe/analytics.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def self.extract_model_attributes(model, attributes = nil)
198198
# if no list of attrs specified, consider all attrs belonging to this model
199199
attributes ||= model.attributes
200200
table_name = model.class.table_name.to_sym
201-
byebug
201+
202202
exportable_attrs = (allowlist[table_name].presence || []).map(&:to_sym)
203203
hidden_pii_attrs = (hidden_pii[table_name].presence || []).map(&:to_sym)
204204
exportable_hidden_pii_attrs = exportable_attrs & hidden_pii_attrs

0 commit comments

Comments
 (0)