Tidy up commented code

This commit is contained in:
Arthur Barr
2019-02-26 09:15:28 +00:00
committed by Arthur Barr
parent cc0f072908
commit 4f57d1bae2
4 changed files with 0 additions and 14 deletions

View File

@@ -73,7 +73,6 @@ func getCurrentUserGroups() ([]string, error) {
out = strings.TrimSpace(out)
if out == "" {
// we don't have any groups?
return nilArray, fmt.Errorf("Unable to determine groups for current user")
}