src/cm/utils/comment_positioning.py
changeset 497 b478eb3f1a0d
parent 496 c3df46754007
child 498 31d3fbe0c9a2
--- 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: