From 1679ea45911f86c29608b2bc61a0950c9ea45c48 Mon Sep 17 00:00:00 2001 From: Sean Brant Date: Sat, 13 Jul 2013 11:02:28 -0500 Subject: Removes stray print.. opps. --- pykss/section.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pykss/section.py b/pykss/section.py index 941c05f..433a709 100644 --- a/pykss/section.py +++ b/pykss/section.py @@ -28,7 +28,6 @@ class Section(object): in_example = False for line in self.comment.splitlines(): - print line if line.startswith(CLASS_MODIFIER) or line.startswith(PSEUDO_CLASS_MODIFIER): try: modifier, description = line.split(MODIFIER_DESCRIPTION_SEPARATOR) -- cgit v1.2.3