Skip to content

Commit

Permalink
remove debug prints (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine authored Oct 27, 2023
1 parent 8feef80 commit 852502f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions nu-git-manager/mod.nu
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,7 @@ export def "gm update-cache" []: nothing -> nothing {
mkdir ($cache_file | path dirname)

print --no-newline "updating cache... "
let foo = list-repos-in-store
print ($foo | describe)
print $foo
$foo | to nuon | save --force $cache_file
list-repos-in-store | to nuon | save --force $cache_file
print "done"

null
Expand Down

0 comments on commit 852502f

Please sign in to comment.