Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
cccs-jh committed Feb 22, 2023
2 parents 4deaef9 + 1b6c531 commit d59c06e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d59c06e

Please sign in to comment.