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