Remove logging

This commit is contained in:
AlexCatarino
2019-03-12 21:56:09 +00:00
parent 6cc832c782
commit fc780e6136
2 changed files with 1 additions and 9 deletions
@@ -41,7 +41,4 @@ class ConstituentsQC500GeneratorAlgorithm(QCAlgorithm):
self.SetCash(100000) # Set Strategy Cash
# Add QC500 Universe
self.AddUniverse(self.Universe.Index.QC500)
def OnSecuritiesChanged(self, changes):
self.Log(f"{Time} :: {changes}")
self.AddUniverse(self.Universe.Index.QC500)