diff --git a/src/studio/modlib/include/studio/project.hpp b/src/studio/modlib/include/studio/project.hpp index 42b0889d..554e1d2b 100644 --- a/src/studio/modlib/include/studio/project.hpp +++ b/src/studio/modlib/include/studio/project.hpp @@ -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 {};