[ox/fs] Remove debug line

This commit is contained in:
Gary Talent 2019-10-31 00:16:09 -05:00
parent 7f5f74e2a6
commit 3a0b41d2cc

View File

@ -386,7 +386,6 @@ ox::Error NodeBuffer<size_t, Item>::compact(F cb) {
return OxError(1); return OxError(1);
} }
if (!dest.valid()) { if (!dest.valid()) {
dest.valid();
return OxError(2); return OxError(2);
} }
// move node // move node