summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-11-01 17:06:16 +0100
committerfranck cuny <franck@lumberjaph.net>2010-11-01 17:06:16 +0100
commit6913b38f190318cb82307a3e3d5eba9a378fa790 (patch)
treea4b8437d7dd592a129c57daa23c4644709a454f8
parentadd some tests (diff)
downloadnet-http-spore-6913b38f190318cb82307a3e3d5eba9a378fa790.tar.gz
don't trace yet
-rw-r--r--lib/Net/HTTP/Spore/Meta/Method/Spore.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Net/HTTP/Spore/Meta/Method/Spore.pm b/lib/Net/HTTP/Spore/Meta/Method/Spore.pm
index a616149..b61e2de 100644
--- a/lib/Net/HTTP/Spore/Meta/Method/Spore.pm
+++ b/lib/Net/HTTP/Spore/Meta/Method/Spore.pm
@@ -54,11 +54,11 @@ sub add_spore_method {
 
     my $code = delete $options{code};
 
-    $meta->_trace_msg( '-> attach ' 
-          . $name . ' ('
-          . $options{method} . ' => '
-          . $options{path}
-          . ')' );
+#    $meta->_trace_msg( '-> attach ' 
+#          . $name . ' ('
+#          . $options{method} . ' => '
+#          . $options{path}
+#          . ')' );
 
     $meta->add_method(
         $name,