Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sessionstore.py
diff options
context:
space:
mode:
Diffstat (limited to 'sessionstore.py')
-rw-r--r--sessionstore.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/sessionstore.py b/sessionstore.py
index ae97cd2..11fe135 100644
--- a/sessionstore.py
+++ b/sessionstore.py
@@ -40,7 +40,6 @@ def set_session(browser, data):
def _get_history(history):
- logging.debug('%r' % len(history))
entries_dest = []
for i in range(0, len(history)):
entry_orig = history.get_nth_item(i)