[Pkg-owncloud-commits] [owncloud] 44/90: drop useless "!!! No reuse of etag" - fixes #13187

David Prévot taffit at moszumanska.debian.org
Fri Feb 6 21:10:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 4d42485bf5a3d0af69d196a46c2b499112af515c
Author: Morris Jobke <hey at morrisjobke.de>
Date:   Tue Jan 13 09:54:48 2015 +0100

    drop useless "!!! No reuse of etag" - fixes #13187
    
    Backport of 9b49b52fc6cd11615be86580c32e43a81d46772f from master
---
 lib/private/files/cache/scanner.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/private/files/cache/scanner.php b/lib/private/files/cache/scanner.php
index 93df62e..8dfecec 100644
--- a/lib/private/files/cache/scanner.php
+++ b/lib/private/files/cache/scanner.php
@@ -136,9 +136,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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list