[olympic/keel] Remove debug line
This commit is contained in:
parent
4e50889b5c
commit
ce1eea817d
@ -34,6 +34,7 @@ static ox::Error pathToInode(
|
|||||||
}
|
}
|
||||||
oxRequire(s, dest.stat(path));
|
oxRequire(s, dest.stat(path));
|
||||||
oxReturnError(o["type"].set(static_cast<int8_t>(ox::FileAddressType::Inode)));
|
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);
|
return data.set(2, s.inode);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@ void ClawEditor::drawRow(ox::ModelValue const&value) noexcept {
|
|||||||
case ox::ModelValue::Type::Union:
|
case ox::ModelValue::Type::Union:
|
||||||
type = "union";
|
type = "union";
|
||||||
break;
|
break;
|
||||||
|
case ox::ModelValue::Type::InlineArray:
|
||||||
case ox::ModelValue::Type::Vector:
|
case ox::ModelValue::Type::Vector:
|
||||||
type = "list";
|
type = "list";
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user