X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging.pm;h=f5416d650de5db7b6cb930a066bf28b169276876;hp=df4134f90f80275df94356003d7fae674edaf232;hb=0e090a216bf8825855f8ca70bcb7f0980b5f786d;hpb=09f583a745c0bfefad33d22faefcf8dc4335a934 diff --git a/lib/Object/Remote/Logging.pm b/lib/Object/Remote/Logging.pm index df4134f..f5416d6 100644 --- a/lib/Object/Remote/Logging.pm +++ b/lib/Object/Remote/Logging.pm @@ -115,9 +115,6 @@ sub init_remote_logging { my ($self, %controller_info) = @_; router()->_remote_metadata(\%controller_info); - #TODO having an instance of an object in the remote interpreter causes it to hang - #on exit intermitently or leave a zombie laying around frequently - not a bug limited - #to log forwarding router()->_forward_destination($controller_info{router}) if $ENV{OBJECT_REMOTE_LOG_FORWARDING}; }