Removed SMS Trigger Comments

This commit is contained in:
HojouFotytu 2019-01-20 15:03:48 +09:00
parent f2a394cc2c
commit e1a7c525a6
1 changed files with 0 additions and 5 deletions

View File

@ -469,11 +469,6 @@ namespace Core.ProfitTrailer
}
newPropertyLines.Add("# " + marketPair + " - Current active settings: " + appliedSettingsStringList);
newPropertyLines.Add("# Matching triggers:");
foreach (string matchingTrigger in matchedTriggers[marketPair])
{
newPropertyLines.Add("# " + matchingTrigger);
}
foreach (string settingProperty in properties.Keys)
{