Skip to content

Commit

Permalink
FCPXML: Removed debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
orchetect committed Jan 4, 2024
1 parent bf59461 commit 5c057b0
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ extension XMLElement {
var ancestors = Array(ancestorElements(overrideWith: ancestors, includingSelf: true))
var consumedAncestors: [XMLElement] = []

if fcpElementType == .marker {
print("")
}

while let ancestor = ancestors.popLast() {
let elementType = ancestor.fcpElementType

Expand Down

0 comments on commit 5c057b0

Please sign in to comment.