add __local_object__
[scpubgit/Object-Remote.git] / t / lib / ORTestObjects.pm
index 0e2195c..28bbf52 100644 (file)
@@ -19,7 +19,6 @@ sub give_back {
 sub takes_object {
     my ($self, $object) = @_;
 
-    print STDERR ref($object);
     if($object->isa('ORTestObjects')) {
         return 1;
     }