Merge pull request #13316 from owncloud/drop-dead-code

drop dead code - ref #13301
This commit is contained in:
Morris Jobke 2015-01-13 14:33:00 +01:00
commit 975f19f693
1 changed files with 0 additions and 4 deletions

View File

@ -148,10 +148,6 @@ class Scanner extends BasicEmitter {
}
// Only update metadata that has changed
$newData = array_diff_assoc($data, $cacheData);
if (isset($newData['etag'])) {
$cacheDataString = print_r($cacheData, true);
$dataString = print_r($data, true);
}
} else {
$newData = $data;
}