ssh-config 4.4.0 → 4.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ssh-config",
3
3
  "description": "SSH config parser and stringifier",
4
- "version": "4.4.0",
4
+ "version": "4.4.1",
5
5
  "author": "Chen Yangjian (https://www.cyj.me)",
6
6
  "repository": {
7
7
  "type": "git",
package/src/ssh-config.js CHANGED
@@ -140,7 +140,6 @@ class SSHConfig extends Array {
140
140
  }
141
141
  }
142
142
  }
143
- console.log(canonicalizeHostName, canonicalDomains);
144
143
  if (canonicalDomains.length > 0 && canonicalizeHostName) {
145
144
  for (const domain of canonicalDomains) {
146
145
  const host = `${line.value}.${domain}`;