(maint) Remove debug statement on unusual path
This commit is contained in:
parent
3c885cf550
commit
8aab1ea0a3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue