mirror of
https://github.com/robmcmullen/atrcopy.git
synced 2024-12-27 23:32:06 +00:00
Removed some debug prints
This commit is contained in:
parent
136b55e831
commit
184f9ac73d
@ -49,9 +49,7 @@ class SegmentParser(object):
|
||||
json. Once a version gets out in the wild and additional attributes are
|
||||
added to a segment, a default value should be applied here.
|
||||
"""
|
||||
print "UPDATING!!!!", state
|
||||
self.__dict__.update(state)
|
||||
print self.segments
|
||||
|
||||
def parse(self):
|
||||
r = self.segment_data
|
||||
|
@ -293,7 +293,6 @@ class SegmentData(object):
|
||||
d = self.data.base.copy()
|
||||
s = self.style.base.copy()
|
||||
start, end = self.byte_bounds_offset()
|
||||
print "copy: start, end =", start, end
|
||||
copy = SegmentData(d[start:end], s[start:end])
|
||||
return copy
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user