Skip to content

Commit

Permalink
chore: remove debug log (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
l-qing authored Jun 19, 2023
1 parent 7d77033 commit 0372b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/route/gitcommit.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func NewGitCommitCreator(impl client.GitCommitCreator) Route {

// Register route
func (a *gitCommitCreator) Register(ws *restful.WebService) {
logging.FromContext(context.Background()).Infow("LQTEST gitCommitCreator Register")
repositoryParam := ws.PathParameter("repository", "commit belong to repository")
projectParam := ws.PathParameter("project", "repository belong to project").DataType("string")
ws.Route(
Expand Down

0 comments on commit 0372b0e

Please sign in to comment.