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 ecea25e..2d7a92f 100755
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -159,7 +159,6 @@ class WebEntry(AddressEntry):
def __key_press_event_cb(self, entry, event):
keyname = gtk.gdk.keyval_name(event.keyval)
- logging.info(keyname)
selection = self._search_view.get_selection()
model, selected = selection.get_selected()