From b6fff79ef21ce70e0dc00e7744c6148fb74533fb Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos <4732915+cuducos@users.noreply.github.com> Date: Wed, 19 Jul 2023 13:50:26 -0400 Subject: [PATCH] Cleans up Removes old comment line --- progress.go | 1 - 1 file changed, 1 deletion(-) diff --git a/progress.go b/progress.go index 7ce13ee..5dd8a71 100644 --- a/progress.go +++ b/progress.go @@ -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")