# HG changeset patch # User gibus # Date 1359640494 -3600 # Node ID 31d3fbe0c9a25f0f2959903ef21d7253c0b13e2c # Parent b478eb3f1a0d5bf6c88f04722f1f2c4307edb34d One debug line forgotten in previous commit. diff -r b478eb3f1a0d -r 31d3fbe0c9a2 src/cm/utils/comment_positioning.py --- a/src/cm/utils/comment_positioning.py Thu Jan 31 14:54:07 2013 +0100 +++ b/src/cm/utils/comment_positioning.py Thu Jan 31 14:54:54 2013 +0100 @@ -65,7 +65,6 @@ for cc in commentList: if cc.valid: for id in xrange(len(span_starts_new.keys())): - if (span_starts_new.get(id)): start = span_starts_new.get(id, 0) end = span_starts_new.get(id+1, sys.maxint)