removed debugging vudump
authorMark Horton <mark@ucbvax.Berkeley.EDU>
Fri, 24 Oct 1980 14:22:20 +0000 (06:22 -0800)
committerMark Horton <mark@ucbvax.Berkeley.EDU>
Fri, 24 Oct 1980 14:22:20 +0000 (06:22 -0800)
SCCS-vsn: usr.bin/ex/ex_vops.c 6.3

usr/src/usr.bin/ex/ex_vops.c

index 1774727..fc03b25 100644 (file)
@@ -1,5 +1,5 @@
 /* Copyright (c) 1980 Regents of the University of California */
-static char *sccsid = "@(#)ex_vops.c   6.2 %G%";
+static char *sccsid = "@(#)ex_vops.c   6.3 %G%";
 #include "ex.h"
 #include "ex_tty.h"
 #include "ex_vis.h"
@@ -97,7 +97,6 @@ bool show;    /* if true update the screen */
                        else
                                vreplace(undap1 - addr, undap2 - undap1,
                                    undkind == UNDPUT ? 0 : unddol - dol);
-vudump("before big undo");
                savenote = notecnt;
                undo(1);
                if (show && (vundkind != VMCHNG || addr != dot))