Skip to content

Commit

Permalink
removed unused prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Hcode00 committed Sep 10, 2024
1 parent aabbd1d commit 6710df5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ func AbsPath(path string) string {
if err != nil {
LOG.Panic("Can't Find Home Directory")
}
LOG.Warn(path[0:])
LOG.Warn(path[1:])
return HOME + path[1:]
}
return path
Expand Down

0 comments on commit 6710df5

Please sign in to comment.