Skip to content

Commit

Permalink
Removed debug
Browse files Browse the repository at this point in the history
  • Loading branch information
d4l3k committed Nov 24, 2012
1 parent e452e0a commit a8b65e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ppub.py
Expand Up @@ -444,7 +444,6 @@ def reload_chapter(self):
self.viewer.reload()

def check_current_bookmark(self): #Scroll to bookmark if needed
print "Check Book"
if self.current_bookmark != 0 and self.check_current_bookmark_scroll and self.check_current_bookmark_viewer:
self.scr_window.get_vadjustment().set_value(self.current_bookmark)
if self.scr_window.get_vadjustment().get_value()!=0.0 and self.scr_window.get_vadjustment().get_value() != self.preload_book_scroll:
Expand Down

0 comments on commit a8b65e1

Please sign in to comment.