Skip to content

Commit 295091d

Browse files
authored
Remove debug (#49)
Signed-off-by: Phil Dibowitz <phil@ipom.com>
1 parent c3ddeed commit 295091d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

guidebook/sync_guidebook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,6 @@ def add_session(self, session, original_session=None):
665665
self.sessions_by_name[name] = s
666666
operation = "updated" if update else "added"
667667
self.stats.increment("sessions", operation)
668-
sys.exit(0)
669668

670669
def normalize_html(self, html):
671670
"""

0 commit comments

Comments
 (0)