diff --git a/cmd/repos.go b/cmd/repos.go index f0fec30..a50f29d 100644 --- a/cmd/repos.go +++ b/cmd/repos.go @@ -1,4 +1,4 @@ -// Copyright 2018 The Gitea Authors. All rights reserved. +// Copyright 2019 The Gitea Authors. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. @@ -8,8 +8,6 @@ import ( "fmt" "log" - //"code.gitea.io/sdk/gitea" - "github.com/urfave/cli" )