mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-12 07:50:26 -07:00
Removed debug statement
This commit is contained in:
parent
83e6a0f77e
commit
a4b7fca01b
1 changed files with 0 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue