Removed redundant statement

This commit is contained in:
Juan Font Alonso 2021-06-05 12:21:49 +02:00
parent 47b22f3950
commit aab0bfe2d5

1
api.go
View file

@ -467,5 +467,4 @@ func (h *Headscale) handleAuthKey(c *gin.Context, db *gorm.DB, idKey wgcfg.Key,
}
c.Data(200, "application/json; charset=utf-8", respBody)
log.Printf("[%s] Successfully authenticated via AuthKey", m.Name)
return
}