Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-17 13:34:07 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-17 13:34:07 (GMT)
commit25b287374ed69e2f349c3ed773d2bca99fe793ec (patch)
tree9c2ae48e2251d73574228e0717c1e1caf90809e8 /webtoolbar.py
parente064795de24c1bce5d7de1bbebd0c53f7ea9146a (diff)
Remove debug code
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'