Skip to content

Commit a1bfcee

Browse files
committed
Remove debug
1 parent 42b2e43 commit a1bfcee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

investing_algorithm_framework/app/algorithm/algorithm_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def create_algorithm_name(algorithm):
4040
Returns:
4141
str: Name of the algorithm.
4242
"""
43-
print("creating algorithm name")
4443
first_strategy = algorithm.strategies[0] \
4544
if algorithm.strategies else None
4645

0 commit comments

Comments
 (0)