Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/output.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-11-04 23:58:55 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-11-04 23:58:55 +0000
commitefd6e2add2a4e98100df112b60e02e8178df6b44 (patch)
tree4533fef882ae3c391906169f265247b6b151657c /archinstall/lib/output.py
parent16d9bd5934609ce3ddf9474cad05f6a338a0d6c4 (diff)
Tweaked some log messages in archinstall.Installer()
Diffstat (limited to 'archinstall/lib/output.py')
-rw-r--r--archinstall/lib/output.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archinstall/lib/output.py b/archinstall/lib/output.py
index 7118adca..e18a0cd2 100644
--- a/archinstall/lib/output.py
+++ b/archinstall/lib/output.py
@@ -97,7 +97,6 @@ def log(*args, **kwargs):
storage['LOG_LEVEL'] = LOG_LEVELS.Info
if kwargs['level'] > storage['LOG_LEVEL']:
- print(f"Level {kwargs['level']} is higher than storage log level {storage['LOG_LEVEL']}.")
# Level on log message was Debug, but output level is set to Info.
# In that case, we'll drop it.
return None