We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58bd272 commit 0f9a5e4Copy full SHA for 0f9a5e4
lib/ldp.js
@@ -232,8 +232,6 @@ class LDP {
232
// For some reason someone thought it was a bright idea to make url actually a
233
// req sometimes but not all the time 🙄. So Now I have to account for that
234
const hostname = typeof url !== 'string' ? url.hostname : URL.parse(url).hostname
235
- console.log(url.url)
236
- console.log(hostname)
237
try {
238
isOverQuota = await overQuota(this.resourceMapper.resolveFilePath(hostname), this.serverUri)
239
} catch (err) {
0 commit comments