Removed debug statement

This commit is contained in:
Juan Jose Garcia Ripoll 2009-02-16 16:03:25 +01:00
parent 83e6a0f77e
commit a4b7fca01b

View file

@ -743,7 +743,6 @@ ecl_interpret(cl_object frame, cl_object env, cl_object bytecodes, cl_index offs
frame_aux.bottom = the_env->stack_top - narg;
AGAIN:
if (reg0 == OBJNULL || reg0 == Cnil) {
cl_print(1,x);
FEundefined_function(x);
}
switch (type_of(reg0)) {