diff --git a/modules/spirica/pages.py b/modules/spirica/pages.py index 5ea8ee26e2e399a55ddf87b6e705b9c34d2f3063..0c903df94087c85b9e00127a814d197b17bc78f9 100644 --- a/modules/spirica/pages.py +++ b/modules/spirica/pages.py @@ -191,7 +191,6 @@ def obj_portfolio_share(self): profile_share = MyDecimal(path)(self) assert profile_share - #raise Exception('dtc') profile_share = Eval(lambda x: x / 100, profile_share)(self) return inv_share * profile_share else: