X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=t%2Flib%2FORTestObjects.pm;h=28bbf52ba5b7f4c3d733fa9af8d1b53f2bcc00fe;hp=0e2195c4487ebad78e9d457c8fbb583fabcc7d1e;hb=6163a5aa713c3e27a6c6cd4060e20b556dbef269;hpb=6b353e966ee45889021503f14e4b8814c7a8be58 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; }