aboutsummaryrefslogtreecommitdiffstats
path: root/python/collateral/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/collateral/__init__.py')
-rw-r--r--python/collateral/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/collateral/__init__.py b/python/collateral/__init__.py
index ab60aae6..42d2f406 100644
--- a/python/collateral/__init__.py
+++ b/python/collateral/__init__.py
@@ -7,11 +7,5 @@ try:
except KeyError:
sys.exit("Please set 'DAILY_DIR' and 'LOG_DIR' in the environment")
-from utils import SerenitasFileHandler
from dates import bus_day
from remote import SftpClient, SftpClient2
-
-fh = SerenitasFileHandler("collateral_calc.log")
-logger = logging.getLogger(__name__)
-logger.addHandler(fh)
-logger.setLevel(logging.WARNING)