From caa4bb8bd01cbd2e02024d75e1c8af97acf6c657 Mon Sep 17 00:00:00 2001 From: Hemna Date: Wed, 11 Dec 2024 15:53:43 -0500 Subject: [PATCH] Update Makefile to help clean. --- Makefile | 6 +++--- aprsd/cmds/listen.py | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 001e0c7a..0f9cdb24 100644 --- a/Makefile +++ b/Makefile @@ -39,11 +39,11 @@ clean-build: ## remove build artifacts rm -fr dist/ rm -fr .eggs/ find . -name '*.egg-info' -exec rm -fr {} + - find . -name '*.egg' -exec rm -f {} + + find . -name '*.egg' -exec rm -fr {} + clean-pyc: ## remove Python file artifacts - find . -name '*.pyc' -exec rm -f {} + - find . -name '*.pyo' -exec rm -f {} + + find . -name '*.pyc' -exec rm -fr {} + + find . -name '*.pyo' -exec rm -fr {} + find . -name '__pycache__' -exec rm -fr {} + clean-test: ## remove test and coverage artifacts diff --git a/aprsd/cmds/listen.py b/aprsd/cmds/listen.py index f42f16ae..fc18e641 100644 --- a/aprsd/cmds/listen.py +++ b/aprsd/cmds/listen.py @@ -88,7 +88,6 @@ def process_packet(self, *args, **kwargs): self.plugin_manager.run(packet) else: if self.log_packets: - LOG.error("PISS") packet_log.log(packet) if self.plugin_manager: # Don't do anything with the reply.