rm commented code
authorRobin Templeton <robin@terpri.org>
Fri, 18 Jul 2014 19:05:24 +0000 (15:05 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 20 Apr 2015 04:29:01 +0000 (00:29 -0400)
src/lread.c

index f04b4fb..1413a79 100644 (file)
@@ -1952,9 +1952,6 @@ readevalloop (Lisp_Object readcharfun,
       /* Restore saved point and BEGV.  */
       dynwind_end ();
 
-      //scm_display (val, SCM_UNDEFINED);
-      //scm_newline (SCM_UNDEFINED);
-
       /* Now eval what we just read.  */
       if (!NILP (macroexpand))
         val = readevalloop_eager_expand_eval (val, macroexpand);