Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
yha authored May 18, 2021
1 parent 8a1130b commit a456b2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ScanDir.jl
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ function scandirtree(root="."; topdown=true, follow_symlinks=false, onerror=thro
return
end
isfilelike(e) = (!follow_symlinks && islink(e)) || !isdir(e)
@show root
content = tryf(scandir, root)
content === nothing && return
dirs = DirEntry[]
Expand Down

0 comments on commit a456b2a

Please sign in to comment.