Skip to content

Commit c18c6f9

Browse files
Merge pull request #333 from topcoder-platform/TCA-515_cert-url-logging
TCA-515 fix lint issue
2 parents 1b3b1a7 + 9af642f commit c18c6f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src-ts/tools/learn/learn-lib/user-certifications-provider/user-certifications-functions/user-certification-progress.store.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export function completeCourse(
1919
const certificateElement: string = `[${LearnConfig.CERT_ELEMENT_SELECTOR.attribute}=${LearnConfig.CERT_ELEMENT_SELECTOR.value}]`
2020
const certificateUrl: string = getUserCertificateUrl(provider, certification, handle)
2121

22-
console.debug('Completing course w certificate URL =', certificateUrl)
2322
logInfo(`Completing course w certificate URL = ${certificateUrl}`)
2423

2524
return updateAsync(

0 commit comments

Comments
 (0)