Remove comment

This commit is contained in:
twangboy 2018-05-16 12:29:19 -06:00
parent 6d877bb48b
commit c0f735dde3
No known key found for this signature in database
GPG key ID: 93FF3BDEB278C9EB

View file

@ -2599,8 +2599,6 @@ def blockreplace(path,
# We do not use in-place editing to avoid file attrs modifications when
# no changes are required and to avoid any file access on a partially
# written file.
#
# We could also use salt.utils.filebuffer.BufferedReader
try:
fi_file = io.open(path, mode='r', encoding=file_encoding)
for line in fi_file: