removing some debug logging
authormiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 20 Nov 2007 21:43:12 +0000 (21:43 +0000)
committermiker <miker@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 20 Nov 2007 21:43:12 +0000 (21:43 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1139 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/AppSession.pm

index 7513685..c9cf0e6 100644 (file)
@@ -509,7 +509,7 @@ sub send {
 
        
                $logger->info( "AppSession sending ".$msg->type." to ".$self->remote_id.
-                       " with threadTrace [".$msg->threadTrace."] and locale [".$msg->sender_locale."]" );
+                       " with threadTrace [".$msg->threadTrace."]");
 
        }