fix that pesky problem with basic_data.t being broken
[scpubgit/Object-Remote.git] / lib / Object / Remote / Logging.pm
index f30a318..b9276e9 100644 (file)
@@ -2,9 +2,8 @@ package Object::Remote::Logging;
 
 use strictures 1;
 
-use Log::Contextual qw( :log );
 use Object::Remote::LogRouter;
-use Object::Remote::LogDestination; 
+use Object::Remote::LogDestination;
 use Log::Contextual::SimpleLogger;
 use Carp qw(cluck);