(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
|
item.name == object.name and item.namespace === PuppetX::PuppetLabs::Strings::YARD::CodeObjects::PuppetNamespaceObject
|
||||||
end
|
end
|
||||||
if parents.length == 0
|
if parents.length == 0
|
||||||
require 'pry'; binding.pry
|
|
||||||
@template_helper = TemplateHelper.new
|
@template_helper = TemplateHelper.new
|
||||||
@template_helper.check_parameters_match_docs object
|
@template_helper.check_parameters_match_docs object
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue