diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp index eb239edbe0..103428a2d5 100644 --- a/src/Paragraph.cpp +++ b/src/Paragraph.cpp @@ -3382,8 +3382,6 @@ docstring Paragraph::asString(pos_type beg, pos_type end, int options, const Out getInset(i)->plaintext(os, *runparams); } else { getInset(i)->toString(os); - if (getInset(i)->asInsetMath()) - os << " "; } } }