Merge pull request #99 from HojouFotytu/develop

Removed redundant header comment
This commit is contained in:
HojouFotytu 2019-03-18 11:41:36 +09:00 committed by GitHub
commit 643aba1547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ namespace Core.ProfitTrailer
lines.Insert(0, "# ####################################");
lines.Insert(0, "# PTMagic_LastChanged = " + settingsChangeTimestamp.ToShortDateString() + " " + settingsChangeTimestamp.ToShortTimeString());
lines.Insert(0, "# PTMagic_ActiveSetting = " + SystemHelper.StripBadCode(settingsName, Constants.WhiteListProperties));
lines.Insert(0, "# ####### PTMagic Current Setting ########");
lines.Insert(0, "# ####################################");
}