Skip to content

fix: scan_chunks printing file sparse regions

antonkol requested to merge antonkol/hole-punch:master into master

scan_chunks printing file sparse regions. Print of chunks is not needed as scan_chunks returning result with Vec. When scanning a huge amount of files it is producing a lot of output to std out which is not needed. Also removed not used import

Closes 3

Edited by antonkol

Merge request reports