From 206562a8f9de092f01a05159bcdd82216bbba918 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Mon, 4 Jun 2018 15:59:28 +0100 Subject: [PATCH] Remove debugging output. --- sourcing/model.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sourcing/model.py b/sourcing/model.py index badffbc..6a2a145 100644 --- a/sourcing/model.py +++ b/sourcing/model.py @@ -302,7 +302,6 @@ class XanaLink(Item): continue item, title = ret titles[item] = title - print(link.hashid, title) return titles def snippet(self):