Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'webtoolbar.py')
-rwxr-xr-xwebtoolbar.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 106af28..5c7ca04 100755
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -124,7 +124,6 @@ class WebToolbar(Toolbar):
def _save_cb(self, button):
filename = self._embed.props.document_metadata.filename
- print filename
if not filename:
filename = self._embed.get_title() + '.html'