From 76176a9906f56dfbf5771471453dbe7757f426f7 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 28 Oct 2005 21:28:59 +0000 Subject: central logging is fully functional now, but it is painfully slow, so it is disabled by default git-svn-id: https://reductivelabs.com/svn/puppet/trunk@733 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/parser/scope.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/puppet/parser') diff --git a/lib/puppet/parser/scope.rb b/lib/puppet/parser/scope.rb index 66779cc0f..89e6ab75d 100644 --- a/lib/puppet/parser/scope.rb +++ b/lib/puppet/parser/scope.rb @@ -167,7 +167,7 @@ module Puppet # I should do something to add the node as an object with tags # but that will possibly end up with far too many tags. - self.logtags + #self.logtags return objects end -- cgit