[olympic/keel] Remove debug line

This commit is contained in:
2024-02-11 17:28:06 -06:00
parent 4e50889b5c
commit ce1eea817d
2 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,7 @@ static ox::Error pathToInode(
}
oxRequire(s, dest.stat(path));
oxReturnError(o["type"].set(static_cast<int8_t>(ox::FileAddressType::Inode)));
oxOutf("path to inode: {} => {}\n", path, s.inode);
return data.set(2, s.inode);
}