mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-09 09:28:03 +02:00
Optimize assets
This commit is contained in:
@ -77,8 +77,6 @@ func parseLog(out io.Reader) []*Commit {
|
||||
}
|
||||
scanNext = true
|
||||
|
||||
fmt.Println("> " + string(scanner.Bytes()))
|
||||
|
||||
// new commit found
|
||||
currentFile = nil
|
||||
currentCommit = &Commit{Hash: string(scanner.Bytes()[2:]), Files: []File{}}
|
||||
|
Reference in New Issue
Block a user