Skip to content

Commit

Permalink
Cleans up
Browse files Browse the repository at this point in the history
Removes old comment line
  • Loading branch information
cuducos authored Jul 19, 2023
1 parent 2aa3d07 commit b6fff79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
const DefaultChunkDir = ".chunk"

// get the chunk directory under user's home directory
// TODO: make it configurable (maybe an envvar?)
func getChunkProgressDir(dir string) (string, error) {
if dir == "" {
dir = os.Getenv("CHUNK_DIR")
Expand Down

0 comments on commit b6fff79

Please sign in to comment.