# HG changeset patch # User gibus # Date 1359640447 -3600 # Node ID b478eb3f1a0d5bf6c88f04722f1f2c4307edb34d # Parent c3df46754007a55856ee184bfd465b1e1582bf5b One debug line forgotten in previous commit. diff -r c3df46754007 -r b478eb3f1a0d src/cm/utils/comment_positioning.py --- a/src/cm/utils/comment_positioning.py Thu Jan 31 14:52:48 2013 +0100 +++ b/src/cm/utils/comment_positioning.py Thu Jan 31 14:54:07 2013 +0100 @@ -68,7 +68,6 @@ if (span_starts_new.get(id)): start = span_starts_new.get(id, 0) end = span_starts_new.get(id+1, sys.maxint) - if (not(start) and cc.computed_start_offset >= start and cc.computed_start_offset < end): # adjust start if cc.computed_start_offset >= start and cc.computed_start_offset < end: