From d80f43ca816465ca112684e02d18f3184af7ff26 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 14 Mar 2014 23:57:14 +0800 Subject: bug fixed --- models/repo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'models') diff --git a/models/repo.go b/models/repo.go index c5fa899f..26aba4a8 100644 --- a/models/repo.go +++ b/models/repo.go @@ -305,11 +305,11 @@ func GetReposFiles(userName, reposName, branchName, rpath string) ([]*RepoFile, if rpath != "" { rpath = rpath + "/" } - fmt.Println("...", rpath, "...") + //fmt.Println("...", rpath, "...") tree.Walk(func(dirname string, entry *git.TreeEntry) int { if dirname == rpath { - fmt.Println("====", dirname, "==", entry.Name) + //fmt.Println("====", dirname, "==", entry.Name) repofiles = append(repofiles, &RepoFile{ entry.Id, entry.Filemode, -- cgit v1.2.3