X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FORTestObjects.pm;h=28bbf52ba5b7f4c3d733fa9af8d1b53f2bcc00fe;hb=55c0d0209fa9d9265ff178f54ae9fe5fdddef3c1;hp=0e2195c4487ebad78e9d457c8fbb583fabcc7d1e;hpb=6b353e966ee45889021503f14e4b8814c7a8be58;p=scpubgit%2FObject-Remote.git diff --git a/t/lib/ORTestObjects.pm b/t/lib/ORTestObjects.pm index 0e2195c..28bbf52 100644 --- a/t/lib/ORTestObjects.pm +++ b/t/lib/ORTestObjects.pm @@ -19,7 +19,6 @@ sub give_back { sub takes_object { my ($self, $object) = @_; - print STDERR ref($object); if($object->isa('ORTestObjects')) { return 1; }