From 6e7970895d875ff96c95f06c75ad2f1cbe49bf15 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Mon, 17 Aug 2009 22:38:50 +0000 Subject: [PATCH] ODFDoc : forgot to suppress a print line. svn: r13056 --- src/plugins/docgen/ODFDoc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/docgen/ODFDoc.py b/src/plugins/docgen/ODFDoc.py index 2df130f74..a7668f258 100644 --- a/src/plugins/docgen/ODFDoc.py +++ b/src/plugins/docgen/ODFDoc.py @@ -976,7 +976,6 @@ class ODFDoc(BaseDoc, TextDoc, DrawDoc): if not m: break self.StyleList.append([m.group(1), m.group(2)]) - print [m.group(1), m.group(2)] start = m.end() self.cntnt.write('') self.cntnt.write(markuptext)