diff --git a/deobs.py b/deobs.py index 3cee465..a5709e5 100644 --- a/deobs.py +++ b/deobs.py @@ -46,9 +46,6 @@ class DeobfuScripter(ServiceBase): def __init__(self, config: Optional[Dict] = None) -> None: super().__init__(config) - def start(self) -> None: - self.log.debug("DeobfuScripter service started") - # --- Support Modules ---------------------------------------------------------------------------------------------- def printable_ratio(self, text: bytes) -> float: