debugging cruft removal
authorjeff <jeff>
Fri, 21 Nov 2008 04:50:49 +0000 (04:50 +0000)
committerjeff <jeff>
Fri, 21 Nov 2008 04:50:49 +0000 (04:50 +0000)
Soma.pm

diff --git a/Soma.pm b/Soma.pm
index 9dd63dd..90751e0 100644 (file)
--- a/Soma.pm
+++ b/Soma.pm
@@ -217,8 +217,6 @@ sub AUTOLOAD {
     -> uri($uri)
     -> proxy($self->{url});
 
-  $soap->serializer(Net::Soma::Serializer->rebless($soap->serializer));
-  
 #  local *SOAP::Transport::HTTP::Client::get_basic_credentials = sub {
 #    return $self->{user} => $self->{password};
 #  };