From 6e94c2be8d05130c73cc0aff35939486e365b9bc Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 16 Jul 2023 10:14:27 -0500 Subject: [PATCH] [studio] Remove debug print --- src/studio/modlib/include/studio/project.hpp | 1 - 1 file changed, 1 deletion(-) 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 {};