Skip to content

Commit d6c73a4

Browse files
authored
Update routers/user/profile.go
1 parent 80972af commit d6c73a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

routers/user/profile.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ func Profile(ctx *context.Context) {
190190

191191
total = int(count)
192192
default:
193-
log.Info("Profile.go!")
194193
repos, count, err = models.SearchRepositoryByName(&models.SearchRepoOptions{
195194
Keyword: keyword,
196195
OwnerID: ctxUser.ID,

0 commit comments

Comments
 (0)