Merge pull request #13301 from owncloud/drop-etag-message

drop useless "!!! No reuse of etag" - fixes #13187
This commit is contained in:
Vincent Petry 2015-01-13 12:24:24 +01:00
commit a2a7a60293
1 changed files with 0 additions and 3 deletions

View File

@ -151,9 +151,6 @@ class Scanner extends BasicEmitter {
if (isset($newData['etag'])) {
$cacheDataString = print_r($cacheData, true);
$dataString = print_r($data, true);
\OCP\Util::writeLog('OC\Files\Cache\Scanner',
"!!! No reuse of etag for '$file' !!! \ncache: $cacheDataString \ndata: $dataString",
\OCP\Util::DEBUG);
}
} else {
$newData = $data;