Mustafa Arici пре 7 година
родитељ
комит
cf1e09661d
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      vpn_test.go

+ 0 - 2
vpn_test.go

@@ -1,7 +1,6 @@
 package ovpm
 
 import (
-	"fmt"
 	"io"
 	"strings"
 	"testing"
@@ -564,7 +563,6 @@ func init() {
 	defer db.Cease()
 
 	// Monkeypatch emitToFile()
-	fmt.Println(TheServer())
 	TheServer().emitToFileFunc = func(path, content string, mode uint) error {
 		fs[path] = content
 		return nil