changeset 518:48fcdd967212

cosmetic: Remove debug printing.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 28 Jul 2015 18:10:00 -0700
parents c7e8b4a5afe3
children 9d1a89cd8146
files piecrust/data/linker.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/piecrust/data/linker.py	Mon Jul 27 00:48:19 2015 -0700
+++ b/piecrust/data/linker.py	Tue Jul 28 18:10:00 2015 -0700
@@ -110,7 +110,6 @@
     def parent(self):
         if self._child_linker is not None:
             return self._child_linker.parent
-        print("No parent for ", self.url, self.title)
         return None
 
     @property