[studio] Remove debug print
This commit is contained in:
parent
3b24d6dee7
commit
6e94c2be8d
@ -125,7 +125,6 @@ ox::Error Project::writeObj(const ox::StringView &path, const T *obj, ox::ClawFo
|
|||||||
const auto typePath = ox::sfmt("/{}/{}", descPath, buildTypeId(*t));
|
const auto typePath = ox::sfmt("/{}/{}", descPath, buildTypeId(*t));
|
||||||
oxReturnError(writeBuff(typePath, typeOut));
|
oxReturnError(writeBuff(typePath, typeOut));
|
||||||
}
|
}
|
||||||
oxDebug(path);
|
|
||||||
oxReturnError(keel::setAsset(m_ctx, path, *obj));
|
oxReturnError(keel::setAsset(m_ctx, path, *obj));
|
||||||
fileUpdated.emit(path);
|
fileUpdated.emit(path);
|
||||||
return {};
|
return {};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user