remove test statements

This commit is contained in:
Kyle Matthew Hedden 2021-03-30 11:45:23 -04:00
parent b394fa426e
commit b8051e42c5

View File

@ -336,13 +336,6 @@ import UIKit
initialLoad() initialLoad()
} }
print("total molecules in tree: \(model?.countMolecules() ?? 0)")
model?.rootMolecules.printMolecules()
let allVideoMolecules:[BGVideoImageMoleculeModel] = model?.allMoleculesOfType() ?? []
print("video molecules: \(allVideoMolecules.count)")
handleNewDataAndUpdateUI() handleNewDataAndUpdateUI()
} }