diff --git a/fastping.go b/fastping.go index 497fc42..0e9a5c4 100644 --- a/fastping.go +++ b/fastping.go @@ -44,11 +44,6 @@ import ( "time" ) -func init() { - log.SetFlags(log.Lmicroseconds) - log.SetPrefix("Debug: ") -} - func timeToBytes(t time.Time) []byte { nsec := t.UnixNano() b := make([]byte, 8)