From 7b7fab9afea132e4bce59e7de2f2ce57118c0ca5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 1 May 2021 10:56:25 -0600 Subject: remove specialg --- fi-prune-empty2/stream.go | 1 - 1 file changed, 1 deletion(-) 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) } -- cgit v1.2.2