remove crawler and saver logging
This commit is contained in:
@@ -10,8 +10,6 @@ class PostgresSaver {
|
||||
}
|
||||
|
||||
async save(results) {
|
||||
console.log("[POSTGRES] Saving...");
|
||||
|
||||
const savedRecords = await bulkUpsertRealEstates(results);
|
||||
|
||||
if (Array.isArray(savedRecords)) {
|
||||
|
||||
Reference in New Issue
Block a user