Skip to content
Snippets Groups Projects
Commit 20ff3c0e authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove console.log

parent 5aae1492
No related branches found
No related tags found
1 merge request!13fix: no contract found throw errors
Pipeline #40420 passed
...@@ -40,7 +40,7 @@ unit-test: ...@@ -40,7 +40,7 @@ unit-test:
- apk add bash - apk add bash
script: script:
- yarn - yarn
- yarn test --ci --reporters=default --reporters=jest-junit - yarn test --ci --reporters=default --reporters=jest-junit --coverage
coverage: "/All files[^|]*\\|[^|]*\\s+([\\d\\.]+)/" coverage: "/All files[^|]*\\|[^|]*\\s+([\\d\\.]+)/"
artifacts: artifacts:
when: always when: always
......
...@@ -54,7 +54,6 @@ async function verifyContract(url, apiAuthKey, appLogin, contractId, pointId) { ...@@ -54,7 +54,6 @@ async function verifyContract(url, apiAuthKey, appLogin, contractId, pointId) {
} else { } else {
currentContract = parseContracts(parsedReply) currentContract = parseContracts(parsedReply)
} }
console.log(currentContract)
if ( if (
(currentContract.etatCode === contractState.ACTIF || (currentContract.etatCode === contractState.ACTIF ||
currentContract.etatCode === contractState.DEMANDE) && currentContract.etatCode === contractState.DEMANDE) &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment