summaryrefslogtreecommitdiff
path: root/wizards/com/sun/star/wizards/web/export/AbstractExporter.py
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/com/sun/star/wizards/web/export/AbstractExporter.py')
-rw-r--r--wizards/com/sun/star/wizards/web/export/AbstractExporter.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/wizards/com/sun/star/wizards/web/export/AbstractExporter.py b/wizards/com/sun/star/wizards/web/export/AbstractExporter.py
index 2dd45c2f7bce..32936f309577 100644
--- a/wizards/com/sun/star/wizards/web/export/AbstractExporter.py
+++ b/wizards/com/sun/star/wizards/web/export/AbstractExporter.py
@@ -36,7 +36,6 @@ class AbstractExporter(Exporter):
fileAccess = None
def __init__(self, exporter_):
- print ("DEBUG !!! AbstractExporter.init - exporter: ", exporter_)
self.exporter = exporter_
def storeToURL(self, officeDocument, props, targetUrl, filterName, filterData):
@@ -65,7 +64,6 @@ class AbstractExporter(Exporter):
props[0] = Properties.createProperty("Hidden", True)
props[1] = Properties.createProperty("MacroExecutionMode", NEVER_EXECUTE)
props[2] = Properties.createProperty("UpdateDocMode", NO_UPDATE)
- print ("DEBUG !!! openDocument -- URL: ", doc.cp_URL)
document = desktop.loadComponentFromURL(doc.cp_URL, "_blank", 0, tuple(props))
except IllegalArgumentException:
traceback.print_exc()