refactor: update Dockerfile cache identifiers and clean up console logs across multiple services
This commit is contained in:
@@ -132,19 +132,6 @@ async function main() {
|
||||
})
|
||||
upserted++
|
||||
}
|
||||
|
||||
console.log(
|
||||
JSON.stringify(
|
||||
{
|
||||
csvPath: absolutePath,
|
||||
totalRows: rows.length,
|
||||
upserted,
|
||||
skipped,
|
||||
},
|
||||
null,
|
||||
2,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user