Update crawler.php

Whoops, remove debug code.
This commit is contained in:
Brian Huisman 2023-06-05 11:00:40 -04:00
parent 783f1d97ca
commit 87ecb553a7

View file

@ -1541,9 +1541,6 @@ while ($_cURL && count($_RDATA['sp_queue'])) {
));
if ($insertNotModified->rowCount()) {
$testInsert = $insertNotModified->fetchAll()[0];
var_dump($testInsert);
// Mark as 'stored'
$_RDATA['sp_store'][] = $url;