Remove debug log (#603)

This commit is contained in:
toasted-nutbread 2020-06-13 10:42:59 -04:00 committed by GitHub
parent 8a7ff6a18c
commit 8d1a276a83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,6 @@ class AudioUriBuilder {
body: data
});
const responseText = await response.text();
console.log(responseText);
const dom = new DOMParser().parseFromString(responseText, 'text/html');
for (const row of dom.getElementsByClassName('dc-result-row')) {