Removed redundant header comment

This commit is contained in:
HojouFotytu 2019-03-17 23:36:49 +09:00
parent 005cd9ba26
commit 4fa659b0ac
1 changed files with 0 additions and 1 deletions

View File

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