Skip to content

Commit

Permalink
Merge pull request #56 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 3.0.3
  • Loading branch information
andyone authored Jul 14, 2016
2 parents 3c76343 + 68db635 commit 5e2b8a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

#### v3.0.3

* `[system]` Removed debug output

#### v3.0.2

* Added makefile with some helpful commands (`fmt`, `deps`, `test`)
* Small fixes in docs

#### v3.0.1

* `[sliceutil]` Code refactoring
Expand Down
2 changes: 0 additions & 2 deletions system/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ func appendRealUserInfo(user *User) error {
return err
}

fmt.Println(realUser)

user.RealName = realUser.Name
user.RealUID = realUser.UID
user.RealGID = realUser.GID
Expand Down

0 comments on commit 5e2b8a5

Please sign in to comment.