1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

lvmdbusd: Remove debug log_error

This commit is contained in:
Tony Asleson 2016-11-29 15:02:52 -06:00
parent 617a819abc
commit 58f4d98af1

View File

@ -101,8 +101,6 @@ class LVMShellProxy(object):
keep_reading = False
except ValueError:
pass
else:
log_error("RACE!", 'bg_black', 'fg_light_red')
if keep_reading:
extra_passes -= 1