Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
markedmondson committed Oct 18, 2024
1 parent 1f5d058 commit 7f0ddd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/i18n/tasks/translators/base_translator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ def initialize(i18n_tasks)
# @param [String] from locale
# @return [I18n::Tasks::Tree::Siblings] translated forest
def translate_forest(forest, from)
require 'pry'
binding.pry
merge_missing_plural_nodes!(forest)

forest.inject @i18n_tasks.empty_forest do |result, root|
Expand Down

0 comments on commit 7f0ddd6

Please sign in to comment.