Removed redundant statement

This commit is contained in:
Juan Font Alonso 2021-06-05 12:21:49 +02:00
parent 47b22f3950
commit aab0bfe2d5
1 changed files with 0 additions and 1 deletions

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) c.Data(200, "application/json; charset=utf-8", respBody)
log.Printf("[%s] Successfully authenticated via AuthKey", m.Name) log.Printf("[%s] Successfully authenticated via AuthKey", m.Name)
return
} }