andras-simonyi / citeproc-el

A CSL 1.0.2 Citation Processor for Emacs.
GNU General Public License v3.0
88 stars 9 forks source link

Superfluous (?) message "SLICED:" in citeproc-s-sentence-case-title #164

Closed lechten closed 6 months ago

lechten commented 6 months ago

Currently, I get lots of output about SLICED text, probably from that line: https://github.com/andras-simonyi/citeproc-el/blob/0b56312227506d43493923a2fba6c436a659e377/citeproc-s.el#L163C22-L163C22

Can that be removed please?

andras-simonyi commented 6 months ago

Huh -- thanks for reporting, that was a debugging message which I've somehow forgotten to remove... Should be fixed by commit fed2853.

lechten commented 6 months ago

Thanks for the quick fix!