From: Tyler Riddle Date: Wed, 5 Dec 2012 00:17:15 +0000 (-0800) Subject: remove comment for bug that was fixed X-Git-Tag: v0.003001_01~52 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=0e090a216bf8825855f8ca70bcb7f0980b5f786d;hp=09f583a745c0bfefad33d22faefcf8dc4335a934 remove comment for bug that was fixed --- 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}; }