Removed debug statement.

This commit is contained in:
Juan Jose Garcia Ripoll 2012-02-09 23:37:01 +01:00
parent e91a793052
commit 5909bb0621

View file

@ -50,7 +50,6 @@ print_oparg_arg(const char *s, cl_fixnum n, cl_object x) {
#define GET_DATA(r,v,data) { \
cl_oparg ndx; \
GET_OPARG(ndx, v); \
printf("oparg: %d\n", ndx); \
r = data[ndx]; \
}