Removed debug statement from bytecodes compiler

This commit is contained in:
Juan Jose Garcia Ripoll 2011-06-05 12:35:53 +02:00
parent 1801c64bff
commit 831f0575a4

View file

@ -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);