diff options
author | Thibault Meyer <meyer.thibault@gmail.com> | 2016-11-10 21:10:25 +0100 |
---|---|---|
committer | Thibault Meyer <meyer.thibault@gmail.com> | 2016-11-10 21:10:25 +0100 |
commit | b12f2a5916e74d89244a51847b753d1f9c585976 (patch) | |
tree | 125d7c43e3a1070c19c754b97fe2847192399e5e /models/org.go | |
parent | b0ddced2b5b8338975e4d9b0d066fd9553574a43 (diff) | |
download | gitea-b12f2a5916e74d89244a51847b753d1f9c585976.tar.gz gitea-b12f2a5916e74d89244a51847b753d1f9c585976.zip |
Remove unused import
Diffstat (limited to 'models/org.go')
-rw-r--r-- | models/org.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models/org.go b/models/org.go index 5b5ec14c70..845ff7f83c 100644 --- a/models/org.go +++ b/models/org.go @@ -13,7 +13,6 @@ import ( "github.com/go-xorm/xorm" "code.gitea.io/gitea/modules/base" - "code.gitea.io/gitea/modules/log" ) var ( |