Skip to content

Commit 9f66ffb

Browse files
committed
Pad: Delete no-op call to SmartOpAssembler.appendOpWithText()
1 parent ad6de52 commit 9f66ffb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node/db/Pad.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,6 @@ Pad.prototype.copyPadWithoutHistory = async function (destinationID, force) {
499499

500500
// based on Changeset.makeSplice
501501
const assem = Changeset.smartOpAssembler();
502-
assem.appendOpWithText('=', '');
503502
Changeset.appendATextToAssembler(oldAText, assem);
504503
assem.endDocument();
505504

0 commit comments

Comments
 (0)