diff --git a/stamps/stamps.go b/stamps/stamps.go index 6a61c544..520280f4 100644 --- a/stamps/stamps.go +++ b/stamps/stamps.go @@ -10,7 +10,6 @@ import ( "strconv" "strings" - "github.com/jedisct1/dlog" "golang.org/x/crypto/ed25519" ) @@ -203,8 +202,7 @@ func (stamp *ServerStamp) String() string { } else if stamp.Proto == StampProtoTypeDoH { return stamp.dohString() } - dlog.Fatal("Unsupported protocol") - return "" + panic("Unsupported protocol") } func (stamp *ServerStamp) dnsCryptString() string {