diff options
author | kali <kali@leap.se> | 2020-10-13 20:54:55 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-10-23 23:22:00 +0200 |
commit | 0176694cf5c418134a9eb183e021d03073065474 (patch) | |
tree | ceb2fa4d490a5ee55beeb5110aeb4e58412b68a7 /pkg/helper | |
parent | 78155298edd9d80a395928fdc72f152a158df959 (diff) |
[pkg] update mbedtls version
Diffstat (limited to 'pkg/helper')
-rw-r--r-- | pkg/helper/darwin.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/helper/darwin.go b/pkg/helper/darwin.go index 2210da3..7269981 100644 --- a/pkg/helper/darwin.go +++ b/pkg/helper/darwin.go @@ -57,7 +57,6 @@ func _getExecPath() string { func getHelperDir() string { d := _getExecPath() - log.Println(">>> DEBUG: helper dir", d) return d } @@ -107,7 +106,7 @@ func runServer(preferredPort int) { func getOpenvpnPath() string { openvpnPath := filepath.Join(getHelperDir(), "openvpn.leap") - log.Println(">>> DEBUG: openvpn", openvpnPath) + log.Println("openvpn path:", openvpnPath) return openvpnPath } |