Skip to content

Commit fe113d0

Browse files
committed
removed console log
1 parent a8b391f commit fe113d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controller/ReportBackendStorageController.ts

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export default class ReportBackendStorageController implements Disposable {
7070

7171

7272
const urlWithHashes = `http:/${url}/check-existence?` + hashes.map(hash => `hashes[]=${hash}`).join('&')
73-
console.log(urlWithHashes)
7473
const response = await fetch(urlWithHashes)
7574
if (!response.ok) {
7675
console.debug('check-existence Failed!', response.status)

0 commit comments

Comments
 (0)