Remove debug code.

This commit is contained in:
takezoe
2013-10-06 23:23:04 +09:00
parent e94411ebeb
commit 82ced9233a

View File

@@ -114,7 +114,6 @@ class CommitLogHook(owner: String, repository: String, userName: String, baseURL
if(refName(1) == "heads"){
command.getType match {
case ReceiveCommand.Type.CREATE => {
println(command.getRefName)
recordCreateBranchActivity(owner, repository, userName, branchName)
recordPushActivity(owner, repository, userName, branchName, newCommits)
}