aboutsummaryrefslogtreecommitdiffstats
path: root/src/tun_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/tun_linux.go')
-rw-r--r--src/tun_linux.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tun_linux.go b/src/tun_linux.go
index 2a5b276..a728a48 100644
--- a/src/tun_linux.go
+++ b/src/tun_linux.go
@@ -57,7 +57,6 @@ type NativeTun struct {
}
func (tun *NativeTun) File() *os.File {
- println(tun.fd.Name())
return tun.fd
}