sr-npm 1.7.380 → 1.7.382
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend/data.js +0 -2
- package/package.json +1 -1
package/backend/data.js
CHANGED
|
@@ -340,8 +340,6 @@ async function referenceJobs() {
|
|
|
340
340
|
|
|
341
341
|
async function syncJobsFast() {
|
|
342
342
|
console.log("Syncing jobs fast");
|
|
343
|
-
console.log("new log")
|
|
344
|
-
console.log("new log2")
|
|
345
343
|
await createCompanyIdCollectionAndFillIt();
|
|
346
344
|
await createCollections();
|
|
347
345
|
await clearCollections();
|