From 8c0518f0b9a7e04ed4e39e8a3b43bd9e9d2f7750 Mon Sep 17 00:00:00 2001 From: Emmanuel Raviart Date: Sat, 8 Jul 2023 16:07:47 +0200 Subject: [PATCH] Remove log message --- ...sociate_jorf_textes_with_dossiers_legislatifs_assemblee.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/associate_jorf_textes_with_dossiers_legislatifs_assemblee.ts b/src/scripts/associate_jorf_textes_with_dossiers_legislatifs_assemblee.ts index 06c4583..208dab8 100644 --- a/src/scripts/associate_jorf_textes_with_dossiers_legislatifs_assemblee.ts +++ b/src/scripts/associate_jorf_textes_with_dossiers_legislatifs_assemblee.ts @@ -35,10 +35,6 @@ async function associateJorfTextesWithDossiersLegislatifsAssemblee({ `.cursor(100) for await (const rows of texteVersionCursor) { for (const { data: texteVersion, id } of rows) { - console.log( - texteVersion.META.META_SPEC.META_TEXTE_CHRONICLE.DATE_TEXTE, - id, - ) const nor = texteVersion.META.META_SPEC.META_TEXTE_CHRONICLE.NOR assert.notStrictEqual(nor, undefined) jorfTexteIdByNor[nor as string] = id