summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkapoarbo <63401721+kapoarbo@users.noreply.github.com>2023-10-24 16:25:53 +0000
committerGitHub <noreply@github.com>2023-10-24 16:25:53 +0000
commit83896c19d5b4f43e8375a49b970f5649996178f9 (patch)
tree90077ae308e756211af8b9b616e626f4cadb17b5
parentb0a842d1aa881afbcfa7ab66ccbff5d51c55dbbb (diff)
acme (Edit X u): remove unconditional warning
-rw-r--r--appl/acme/ecmd.b1
1 files changed, 0 insertions, 1 deletions
diff --git a/appl/acme/ecmd.b b/appl/acme/ecmd.b
index 19e38eb3..019cb8eb 100644
--- a/appl/acme/ecmd.b
+++ b/appl/acme/ecmd.b
@@ -596,7 +596,6 @@ u_cmd(t: ref Text, cp: ref Cmd): int
oseq = -1;
while(n-->0 && t.file.seq!=0 && t.file.seq!=oseq){
oseq = t.file.seq;
-warning(nil, sprint("seq %d\n", t.file.seq));
undo(t, flag);
}
return TRUE;