Remove comments relating to deprecated MINIO_DEBUG envvar (#2797)

This commit is contained in:
Aditya Manthramurthy
2016-09-27 18:28:46 -07:00
committed by Harshavardhana
parent 8ea571c7f7
commit 10d2ef5449
6 changed files with 30 additions and 60 deletions

View File

@@ -138,8 +138,7 @@ func (xl xlObjects) listObjectsHeal(bucket, prefix, marker, delimiter string, ma
continue
}
// generates random string on setting MINIO_DEBUG=lock, else returns empty string.
// used for instrumentation on locks.
// get a random ID for lock instrumentation.
opsID := getOpsID()
// Check if the current object needs healing