Author: spadkins
Date: Wed Oct 28 11:23:27 2009
New Revision: 13450
Modified:
p5ee/trunk/App-Context/lib/App/Context.pm
Log:
fiddled with what needs to come before we check for deprecation
Modified: p5ee/trunk/App-Context/lib/App/Context.pm
==============================================================================
--- p5ee/trunk/App-Context/lib/App/Context.pm (original)
+++ p5ee/trunk/App-Context/lib/App/Context.pm Wed Oct 28 11:23:27 2009
@@ -559,7 +559,7 @@
$service_conf = $conf->{$type}{$name};
my $temporary = ($name eq "temporary") || $args->{temporary};
my $service_initialized = ($service && ref($service) ne "HASH");
-print "$type($name): SERVICE=$service INIT=$service_initialized\n";
+ #print "$type($name): SERVICE=$service INIT=$service_initialized\n";
##############################################################
# Load extra conf on demand