[olympic/keel] Remove debug line
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user