We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b391f commit fe113d0Copy full SHA for fe113d0
src/controller/ReportBackendStorageController.ts
@@ -70,7 +70,6 @@ export default class ReportBackendStorageController implements Disposable {
70
71
72
const urlWithHashes = `http:/${url}/check-existence?` + hashes.map(hash => `hashes[]=${hash}`).join('&')
73
- console.log(urlWithHashes)
74
const response = await fetch(urlWithHashes)
75
if (!response.ok) {
76
console.debug('check-existence Failed!', response.status)
0 commit comments