From e0816e072dc17e22fd919ecc9d34910e624d0ef0 Mon Sep 17 00:00:00 2001 From: Yinan Zhou Date: Tue, 14 May 2024 09:36:47 -0400 Subject: [PATCH] Remove debug log errors --- src/editortoolkit_neume.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/editortoolkit_neume.cpp b/src/editortoolkit_neume.cpp index 9e9f8287fa3..f7455216bb1 100644 --- a/src/editortoolkit_neume.cpp +++ b/src/editortoolkit_neume.cpp @@ -2685,7 +2685,6 @@ bool EditorToolkitNeume::Group(std::string groupType, std::vector e // if there are no full parents we need to make a new one to attach everything to if (fullParents.empty()) { - LogError("empty"); if (elementClass == NC) { parent = new Neume(); } @@ -2812,8 +2811,6 @@ bool EditorToolkitNeume::Group(std::string groupType, std::vector e } } - LogError("2"); - // change the pitch of any pitched elements whose clef may have changed assert(newClef); ListOfObjects pitchedChildren; @@ -2828,7 +2825,6 @@ bool EditorToolkitNeume::Group(std::string groupType, std::vector e } } } - LogError("3"); // Delete any empty parents for (auto it = parents.begin(); it != parents.end(); ++it) {