Skip to content

Commit 12ffd19

Browse files
committed
removed byebug
1 parent cec4ae0 commit 12ffd19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/controllers/miq_ae_class_controller.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def find_existing_node(parents)
281281

282282
def replace_right_cell(options = {})
283283
@explorer = true
284-
# byebug
285284
replace_trees = options[:replace_trees]
286285

287286
# FIXME: is the following line needed?
@@ -2369,7 +2368,6 @@ def fields_get_form_vars
23692368
end
23702369
end
23712370
elsif params[:button] == "accept"
2372-
# byebug
23732371
# if session[:field_data][:name].blank? || session[:field_data][:aetype].blank?
23742372
if params[:name].blank? || params[:aetype].blank?
23752373
# field = session[:field_data][:name].blank? ? "Name" : "Type"

0 commit comments

Comments
 (0)