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

drop dead code - ref #13301

parent ba8c050d
No related branches found
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.
Finish editing this message first!
Please register or to comment