index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-04 23:58:55 +0000 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-11-04 23:58:55 +0000 |
commit | efd6e2add2a4e98100df112b60e02e8178df6b44 (patch) | |
tree | 4533fef882ae3c391906169f265247b6b151657c /archinstall/lib/output.py | |
parent | 16d9bd5934609ce3ddf9474cad05f6a338a0d6c4 (diff) |
-rw-r--r-- | archinstall/lib/output.py | 1 |
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 |