From cfda8a5d0468be4a43a100c50132cb4ed90dba77 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Fri, 7 Aug 2015 11:24:56 +0100 Subject: [PATCH] remove debug print stuff --- scripts/build_docs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build_docs.py b/scripts/build_docs.py index 531fb93a3..130130f4c 100755 --- a/scripts/build_docs.py +++ b/scripts/build_docs.py @@ -68,10 +68,8 @@ def htmlify(d): if starStart!=False and starStart+2" lines = lines[0:starStart-1]+[""]+lines[idx:] - print(lines) idx += 2+len(l) starStart = False d = "\n".join(lines);