소스 검색

chore: remove debug line

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