Skip to content

Commit 66b3076

Browse files
committed
deploy: 63cb1a6
1 parent e8167a8 commit 66b3076

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pr/100/docs/src/iroh_blobs/store/fs/bao_file.rs.html

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -853,10 +853,7 @@
853853
<a href="#852" id="852">852</a>
854854
<a href="#853" id="853">853</a>
855855
<a href="#854" id="854">854</a>
856-
<a href="#855" id="855">855</a>
857-
<a href="#856" id="856">856</a>
858-
<a href="#857" id="857">857</a>
859-
<a href="#858" id="858">858</a></pre></div><pre class="rust"><code><span class="kw">use </span>core::fmt;
856+
<a href="#855" id="855">855</a></pre></div><pre class="rust"><code><span class="kw">use </span>core::fmt;
860857
<span class="kw">use </span>std::{
861858
fs::{File, OpenOptions},
862859
io,
@@ -1401,9 +1398,6 @@
14011398
};
14021399
<span class="kw">let </span>options = <span class="kw-2">&amp;</span><span class="self">self</span>.options;
14031400
<span class="kw">let </span>path = options.path.bitfield_path(<span class="kw-2">&amp;</span><span class="self">self</span>.hash);
1404-
<span class="kw">if </span>fs.bitfield.size == <span class="number">8000000 </span>{
1405-
<span class="macro">println!</span>(<span class="string">"PERSISTING THE TEST CASE FILE to {}"</span>, path.display());
1406-
}
14071401
<span class="macro">trace!</span>(
14081402
<span class="string">"writing bitfield for hash {} to {}"</span>,
14091403
<span class="self">self</span>.hash,

0 commit comments

Comments
 (0)