1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

lvmdbusd: Remove debug JSON file

This commit is contained in:
Tony Asleson 2016-11-17 11:45:11 -06:00
parent bd47b202fb
commit 19a0bf9df6

View File

@ -229,10 +229,6 @@ class LVMShellProxy(object):
else:
error_msg = self.get_error_msg()
except ValueError:
# The json is bad?, lets dump out for debug
with open('/tmp/json_bad', 'w') as debug:
debug.write(report)
# Bubble up the invalid json.
error_msg = "Invalid json %s" % report