Skip to content

Commit

Permalink
Remove debug log errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yinanazhou committed May 14, 2024
1 parent 026819d commit e0816e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/editortoolkit_neume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2685,7 +2685,6 @@ bool EditorToolkitNeume::Group(std::string groupType, std::vector<std::string> 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();
}
Expand Down Expand Up @@ -2812,8 +2811,6 @@ bool EditorToolkitNeume::Group(std::string groupType, std::vector<std::string> e
}
}

LogError("2");

// change the pitch of any pitched elements whose clef may have changed
assert(newClef);
ListOfObjects pitchedChildren;
Expand All @@ -2828,7 +2825,6 @@ bool EditorToolkitNeume::Group(std::string groupType, std::vector<std::string> e
}
}
}
LogError("3");

// Delete any empty parents
for (auto it = parents.begin(); it != parents.end(); ++it) {
Expand Down

0 comments on commit e0816e0

Please sign in to comment.