Skip to content

Commit

Permalink
drop useless "!!! No reuse of etag" - fixes #13187
Browse files Browse the repository at this point in the history
Backport of 9b49b52 from master
  • Loading branch information
MorrisJobke authored and Vincent Petry committed Jan 13, 2015
1 parent 713f2b3 commit 4d42485
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/private/files/cache/scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ public function scanFile($file, $reuseExisting = 0) {
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;
Expand Down

0 comments on commit 4d42485

Please sign in to comment.