Cleanup on Formatting

This commit is contained in:
2021-08-02 22:04:30 -04:00
parent 7228b94c63
commit 8b4da8d5e3
3 changed files with 3 additions and 10 deletions

View File

@ -59,8 +59,6 @@ namespace StateJobsNYSubmit.Pages
{
posting = new Posting(vacancyID);
this.CoverLetter = posting.GenerateLetter(coverLetterFormat, userData, Request.Form["SkillCheckboxes"]);
Console.WriteLine();
this.Posting_ID = vacancyID;
}
else