From 3eb94fe616fcbf86b73ea37a2a0dfca1d3f9cd46 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Fri, 7 Feb 2020 09:11:06 -0500 Subject: [PATCH] removing print statements. --- MVMCoreUI/Templates/MoleculeListTemplate.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MVMCoreUI/Templates/MoleculeListTemplate.swift b/MVMCoreUI/Templates/MoleculeListTemplate.swift index f9319927..a088d34a 100644 --- a/MVMCoreUI/Templates/MoleculeListTemplate.swift +++ b/MVMCoreUI/Templates/MoleculeListTemplate.swift @@ -197,8 +197,6 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol } } - print("ADD PATHS: \(indexPaths)") - self.tableView?.insertRows(at: indexPaths, with: animation) self.updateViewConstraints() self.view.layoutIfNeeded() @@ -227,8 +225,6 @@ open class MoleculeListTemplate: ThreeLayerTableViewController, TemplateProtocol } } - print("REMOVE PATHS: \(indexPaths)") - tableView?.deleteRows(at: indexPaths, with: animation) updateViewConstraints() view.layoutIfNeeded()