Remove log message
This commit is contained in:
parent
65f53c9fc9
commit
8c0518f0b9
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue