Skip to content

Commit 48764cf

Browse files
committed
Removed additional print statement
1 parent f1e84d8 commit 48764cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

findatapy/timeseries/retstats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def calculate_ret_stats(self, returns_df=None, ann_factor=None):
124124

125125
dd2here = index_df / max2here - 1
126126

127-
print(index_df)
128127
self._dd = dd2here.min()
129128

130129
try:

0 commit comments

Comments
 (0)