X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=e28111742eacf4254a70ed78b3857ef39aab0aa4;hp=03095a5bdc21655a23e6e1ca514764964425baac;hb=c2a695379d7eb1d6907feb002e3de0ea37c9536b;hpb=ecbca5dea77bef08e032b491bbf184f2ad2f3284 diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 03095a5..e281117 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -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);