Skip to content

Commit 3dcddce

Browse files
committed
Remove a console.log
1 parent 7b2f773 commit 3dcddce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ async function overQuota (root, serverUri) {
283283
}
284284
// TODO: cache this value?
285285
var size = await actualSize(root)
286-
console.log(size, quota)
287286
return (size > quota)
288287
}
289288

0 commit comments

Comments
 (0)