Skip to content

Commit 0f9a5e4

Browse files
committed
Removed console.log
1 parent 58bd272 commit 0f9a5e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/ldp.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,6 @@ class LDP {
232232
// For some reason someone thought it was a bright idea to make url actually a
233233
// req sometimes but not all the time 🙄. So Now I have to account for that
234234
const hostname = typeof url !== 'string' ? url.hostname : URL.parse(url).hostname
235-
console.log(url.url)
236-
console.log(hostname)
237235
try {
238236
isOverQuota = await overQuota(this.resourceMapper.resolveFilePath(hostname), this.serverUri)
239237
} catch (err) {

0 commit comments

Comments
 (0)