Merge pull request #44 from HojouFotytu/develop

Removed SMS Trigger Comments
This commit is contained in:
HojouFotytu 2019-01-20 18:08:18 +09:00 committed by GitHub
commit 254de2eef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{