index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-28 13:18:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 15:18:28 +0200 |
commit | 4079eebc70af3dff4c5f3071c397697283a6890c (patch) | |
tree | 06883c8ffe834ef3dd9e47761bb3ca32a60a44a8 /archinstall/lib/profiles.py | |
parent | 754e4b8b61b9c81f1d9f49f96cffd369d78bb777 (diff) |
-rw-r--r-- | archinstall/lib/profiles.py | 1 |
diff --git a/archinstall/lib/profiles.py b/archinstall/lib/profiles.py index 4988e7ab..ad5d3bac 100644 --- a/archinstall/lib/profiles.py +++ b/archinstall/lib/profiles.py @@ -82,7 +82,6 @@ class Script(): self.examples = None self.namespace = os.path.splitext(os.path.basename(self.path))[0] self.original_namespace = self.namespace - log(f"Script {self} has been loaded with namespace '{self.namespace}'", level=logging.DEBUG) def __enter__(self, *args, **kwargs): self.execute() |