mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 15:35:59 +01:00
(refs #1375)Remove debug log
This commit is contained in:
@@ -185,7 +185,6 @@ object JGitUtil {
|
|||||||
cache.forEach(new Consumer[CacheEntry[String, Int]] {
|
cache.forEach(new Consumer[CacheEntry[String, Int]] {
|
||||||
override def accept(entry: CacheEntry[String, Int]): Unit = {
|
override def accept(entry: CacheEntry[String, Int]): Unit = {
|
||||||
if(entry.getKey.startsWith(keyPrefix)){
|
if(entry.getKey.startsWith(keyPrefix)){
|
||||||
println("[remove]" + entry.getKey)
|
|
||||||
cache.remove(entry.getKey)
|
cache.remove(entry.getKey)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -209,7 +208,6 @@ object JGitUtil {
|
|||||||
commitCount
|
commitCount
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
println("[hit]" + entry.getKey)
|
|
||||||
entry.getValue
|
entry.getValue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user