]> git.ipfire.org Git - dbl.git/commitdiff
lists: Remove some debugging code
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Jan 2026 11:05:19 +0000 (11:05 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 8 Jan 2026 11:05:19 +0000 (11:05 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/dnsbl/lists.py

index 373ea879f8e42c307ff82d9894efa5dfb5dd3909..18502fd7294cb371177872a522b5e90708373e62 100644 (file)
@@ -346,8 +346,6 @@ class List(sqlmodel.SQLModel, database.BackendMixin, table=True):
                # Check if the domain is already listed
                domain = self.get_domain(name)
                if domain:
-                       print(domain.block, block)
-
                        # Silently ignore if the domain is already listed
                        if domain.block == block:
                                return