mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-17 23:02:31 -08:00
Removed debug statement from bytecodes compiler
This commit is contained in:
parent
1801c64bff
commit
831f0575a4
1 changed files with 0 additions and 1 deletions
|
|
@ -189,7 +189,6 @@ asm_end(cl_env_ptr env, cl_index beginning, cl_object definition) {
|
|||
/* Objects with load-time constants are not saved, as
|
||||
* they will be rebuilt later on. */
|
||||
cl_object p = c_env->load_time_forms;
|
||||
cl_print(1,p);
|
||||
do {
|
||||
cl_object record = ECL_CONS_CAR(p);
|
||||
cl_object o = ECL_CONS_CAR(record);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue