Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sessionstore.py
diff options
context:
space:
mode:
authorLucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-19 14:55:07 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-19 14:55:07 (GMT)
commit0a3d8753901589b3d1f90910f121ca7694d70320 (patch)
tree2e6957151191bf1195675054714e10699ba42ac4 /sessionstore.py
parent3005541c3bc94f493fab0753ef774aff88db79ea (diff)
Add some stubs, cleanup some hulahop vestiges, implement Browser.get_source and some EditToolbar buttons.
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)