Skip to content

Commit

Permalink
remove commented lines
Browse files Browse the repository at this point in the history
Signed-off-by: nohajc <[email protected]>
  • Loading branch information
nohajc committed Sep 9, 2023
1 parent 9e7bece commit f247877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/WireGuardKit/WireGuardAdapter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,6 @@ public class WireGuardAdapter {
}
networkMonitor.start(queue: self.workQueue)

// self.logHandler(.error, "tunnel name: \(tunnelConfiguration.name ?? "unknown")")
// self.logHandler(.error, "iface name: \(self.interfaceName ?? "unknown")")

if let tunnelName = tunnelConfiguration.name, let ifaceName = self.interfaceName {
let wgTunNameFile = NSHomeDirectory() + "/" + tunnelName + ".name"
self.wgTunNameFile = URL(fileURLWithPath: wgTunNameFile, isDirectory: false)
Expand Down

0 comments on commit f247877

Please sign in to comment.