summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2021-05-01 10:56:25 -0600
committerLuke Shumaker <lukeshu@parabola.nu>2021-05-01 15:42:56 -0600
commit7b7fab9afea132e4bce59e7de2f2ce57118c0ca5 (patch)
tree2505972a522c918d53a1b4ce6968e9ef4d5baaeb
parent215935f0cd2e4fce65f70d44d0c717022577f2f4 (diff)
remove specialg
-rw-r--r--fi-prune-empty2/stream.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/fi-prune-empty2/stream.go b/fi-prune-empty2/stream.go
index 8c3c25b..03253b7 100644
--- a/fi-prune-empty2/stream.go
+++ b/fi-prune-empty2/stream.go
@@ -245,7 +245,6 @@ func (h *Handler) CmdCommitEnd(cmd libfastimport.CmdCommitEnd) error {
}
// emit the commit
- h.commitMeta.Msg = strings.TrimPrefix(h.commitMeta.Msg, "(from AES) ")
if err := h.backend.Do(h.commitMeta); err != nil {
return errors.Wrapf(err, "processing commit :%d", h.commitMeta.Mark)
}