aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Brant2013-07-13 11:02:28 -0500
committerSean Brant2013-07-13 11:02:28 -0500
commit1679ea45911f86c29608b2bc61a0950c9ea45c48 (patch)
tree7c52df374034a5881be0ea3b9dea62933a67fc37
parent784be915d581c59596d745a930438ce5e1c7799f (diff)
downloadpykss-1679ea45911f86c29608b2bc61a0950c9ea45c48.tar.bz2
Removes stray print.. opps.
-rw-r--r--pykss/section.py1
1 files changed, 0 insertions, 1 deletions
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)