Pad: Delete no-op call to SmartOpAssembler.appendOpWithText()

This commit is contained in:
Richard Hansen 2021-10-10 19:39:58 -04:00
parent ad6de52eb2
commit 9f66ffbc3b

View file

@ -499,7 +499,6 @@ Pad.prototype.copyPadWithoutHistory = async function (destinationID, force) {
// based on Changeset.makeSplice
const assem = Changeset.smartOpAssembler();
assem.appendOpWithText('=', '');
Changeset.appendATextToAssembler(oldAText, assem);
assem.endDocument();