Skip to content

Commit 94904b7

Browse files
committed
fix: removed console.log
1 parent 8b1e51c commit 94904b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CoCreateFileSystem {
1515
let hostname = req.hostname;
1616

1717
let organization_id = organizations.get(hostname);
18-
console.log(req.protocol, req.secure)
18+
// console.log(req.protocol, req.secure)
1919
// let ddns = await certManager.checkDns(hostname)
2020
// let hasCert = await certManager.checkCert(hostname)
2121
// console.log(hostname, 'crt==', hasCert)

0 commit comments

Comments
 (0)