Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util/odp.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/odp.py')
-rw-r--r--util/odp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/odp.py b/util/odp.py
index 89a5c80..8fc18d6 100644
--- a/util/odp.py
+++ b/util/odp.py
@@ -58,12 +58,12 @@ class TurtleODP:
page.addElement(photoframe)
href = self.doc.addPicture(path)
photoframe.addElement(Image(href=href))
- print 'added image successfully'
+ #print 'added image successfully'
def save_presentation(self):
- print self.path
+ #print self.path
self.doc.save(self.path)
- print 'presentation saved successfully'
+ #print 'presentation saved successfully'
def get_output_path(self):
return self.path