[studio] Remove debug print

This commit is contained in:
Gary Talent 2023-07-16 10:14:27 -05:00
parent 3b24d6dee7
commit 6e94c2be8d

View File

@ -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));
oxReturnError(writeBuff(typePath, typeOut));
}
oxDebug(path);
oxReturnError(keel::setAsset(m_ctx, path, *obj));
fileUpdated.emit(path);
return {};