Skip to content

Commit 4677e0e

Browse files
delete println
1 parent 3b7877f commit 4677e0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/upload.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ func getRelativePath(baseDir string, fullURI string) string {
9393
}
9494

9595
relativePath, err := filepath.Rel(baseDir, localPath)
96-
fmt.Println(baseDir, localPath)
9796
if err != nil {
9897
// Fallback to the normalized absolute path if calculation fails
9998
fmt.Printf("Warning: Could not get relative path for '%s' relative to '%s': %v. Using absolute path.\n", localPath, baseDir, err)

0 commit comments

Comments
 (0)