aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2014-12-28 23:10:56 +0100
committerPetter Reinholdtsen <pere@hungry.com>2014-12-28 23:10:56 +0100
commitd041594aa7aabfd25cc10ada136c51fa4a2ab992 (patch)
tree349b031b629d09d814fcef7e7c1698e51980ab2c
parent7b72abab777b58a0a955d2f6e2fd2e833c5b32fb (diff)
Disable debugging.
-rw-r--r--scrapersources/postliste-halden2
1 files changed, 1 insertions, 1 deletions
diff --git a/scrapersources/postliste-halden b/scrapersources/postliste-halden
index 2b318a5..ca277ca 100644
--- a/scrapersources/postliste-halden
+++ b/scrapersources/postliste-halden
@@ -91,7 +91,7 @@ def test_small_pdfs(parser):
errors = []
parser = postlistelib.PDFJournalParser(agency=agency)
-parser.debug = True
+#parser.debug = True
#test_small_pdfs(parser)
process_page_queue(parser, errors)