change log init to be entirely with in object::remote::logging
[scpubgit/Object-Remote.git] / lib / Object / Remote.pm
index 03095a5..e281117 100644 (file)
@@ -7,10 +7,6 @@ use Module::Runtime qw(use_module);
 
 our $VERSION = '0.002003'; # 0.2.3
 
-BEGIN { 
-  Object::Remote::Logging->init_logging; 
-}
-
 sub new::on {
   my ($class, $on, @args) = @_;
   my $conn = __PACKAGE__->connect($on);