Skip to content

Commit

Permalink
fix duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
colombod committed Jul 6, 2020
1 parent 0dc4960 commit 4ec97af
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,8 @@ public void AddSubmission(ScriptState scriptState)
);
}



// create new ids and reuse buffers

_committedTextContainer.AppendText(scriptState.Script.Code);


var workingProjectName = $"Rollup through #{_submissionCount - 1}";

_committedDocumentId = DocumentId.CreateNewId(
Expand Down

0 comments on commit 4ec97af

Please sign in to comment.