Skip to content
Snippets Groups Projects
Commit 9b49b52f authored by Morris Jobke's avatar Morris Jobke
Browse files

drop useless "!!! No reuse of etag" - fixes #13187

parent 67168e12
No related branches found
No related tags found
No related merge requests found
...@@ -151,9 +151,6 @@ class Scanner extends BasicEmitter { ...@@ -151,9 +151,6 @@ class Scanner extends BasicEmitter {
if (isset($newData['etag'])) { if (isset($newData['etag'])) {
$cacheDataString = print_r($cacheData, true); $cacheDataString = print_r($cacheData, true);
$dataString = print_r($data, 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 { } else {
$newData = $data; $newData = $data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment