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

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

drop dead code - ref #13301
parents ba8c050d 7746ac51
Branches
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment