diff --git a/apps/app1/database.py b/apps/app1/database.py index 2ceeac0..f9a3648 100644 --- a/apps/app1/database.py +++ b/apps/app1/database.py @@ -4,4 +4,4 @@ from appdaemon.adapi import ADAPI class Database: def __init__(self, ad: ADAPI) -> None: self.ad = ad - self.ad.logger.info(' NEW LOG LINE '.center(50, '=')) + # self.ad.logger.info(' NEW LOG LINE '.center(50, '=')) diff --git a/apps/app1/notification.py b/apps/app1/notification.py index 3aec2f8..2672634 100644 --- a/apps/app1/notification.py +++ b/apps/app1/notification.py @@ -4,4 +4,4 @@ from appdaemon.adapi import ADAPI class Notification: def __init__(self, ad: ADAPI) -> None: self.ad = ad - self.ad.logger.info(' NEW LOG LINE '.center(50, '=')) + # self.ad.logger.info(' NEW LOG LINE '.center(50, '='))