Skip to content

Commit

Permalink
Remove debug-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Dec 2, 2023
1 parent fd0b440 commit a2cc78e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,6 @@ class Rlib:
"dst": "/etc/acme-client.conf",
} ],
}
cls.logger.debug(f"acme_client={d}")
return ("acme_client", d)

@classmethod
Expand Down Expand Up @@ -943,7 +942,6 @@ class Rlib:
} ],
"service": "acme",
}
cls.logger.debug(f"acme_service={d}")
return ("acme_service", d)

def acme(self, d):
Expand Down Expand Up @@ -1246,7 +1244,6 @@ class Autoinstall:

self.logger.debug(f"patches: {patches}")
for n, p in patches:
print(json.dumps(p, indent=2))
pkgs |= set(p.get("pkgs", []))
if p.get("pkg"):
pkgs.add(p.get("pkg"))
Expand Down

0 comments on commit a2cc78e

Please sign in to comment.