Skip to content

Commit 444e9e6

Browse files
committed
cleanup
1 parent d952143 commit 444e9e6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/plugins/validators/sync/04_ssl_validator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ export default {
2525
link.rel.push('ssl');
2626
}
2727

28-
console.log(12, link)
2928
if (/^https:\/\/[^\/\?]+:443\/?/.test(link.href)) {
30-
console.log(23, link)
3129
link.href = link.href.replace(/^(https:\/\/[^\/\?]+):443/, '$1');
3230
}
3331
}

0 commit comments

Comments
 (0)