oops remove debug print

This commit is contained in:
xfnw 2021-06-24 14:08:08 -04:00
parent 9dcc667bc1
commit cbb1173184

View file

@ -46,7 +46,7 @@ foreach ($arg as $url) {
}
echo "title: ".$title."\n";
echo $document;
$stmt = $db->prepare('INSERT INTO indexed (title, url, content) VALUES (?, ?, ?)');
$stmt->execute([$title, $url, $document]);
}