(maint) Remove debug statement on unusual path

This commit is contained in:
Ian Kronquist 2015-09-16 14:43:27 -07:00
parent 3c885cf550
commit 8aab1ea0a3
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ def init
item.name == object.name and item.namespace === PuppetX::PuppetLabs::Strings::YARD::CodeObjects::PuppetNamespaceObject
end
if parents.length == 0
require 'pry'; binding.pry
@template_helper = TemplateHelper.new
@template_helper.check_parameters_match_docs object
end