cvsuser 04/02/24 10:02:06
Modified: src objects.c
Log:
Chop out debugging stuff
Revision Changes Path
1.35 +1 -3 parrot/src/objects.c
Index: objects.c
===================================================================
RCS file: /cvs/public/parrot/src/objects.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -w -r1.34 -r1.35
--- objects.c 24 Feb 2004 17:59:46 -0000 1.34
+++ objects.c 24 Feb 2004 18:02:06 -0000 1.35
@@ -1,6 +1,6 @@
/*
Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
-$Id: objects.c,v 1.34 2004/02/24 17:59:46 dan Exp $
+$Id: objects.c,v 1.35 2004/02/24 18:02:06 dan Exp $
=head1 NAME
@@ -424,7 +424,6 @@
current_class_array,
current_offset)) {
found = 1;
- puts("Found it");
}
}
/* We found it. Yay us. Add the parent class to the list */
@@ -437,7 +436,6 @@
current_size + 1);
VTABLE_set_pmc_keyed_int(interpreter, current_class_array,
current_size, potential);
- puts("Adding it in");
}
}
}