remove errant print
This commit is contained in:
parent
79ac6a59e4
commit
1f17c07bef
@ -328,7 +328,6 @@ def read(filename: str,
|
|||||||
col_spacing = (xy[1] - origin) / element.cols
|
col_spacing = (xy[1] - origin) / element.cols
|
||||||
row_spacing = (xy[2] - origin) / element.rows
|
row_spacing = (xy[2] - origin) / element.rows
|
||||||
|
|
||||||
print(element.xy)
|
|
||||||
for c in range(element.cols):
|
for c in range(element.cols):
|
||||||
for r in range(element.rows):
|
for r in range(element.rows):
|
||||||
offset = origin + c * col_spacing + r * row_spacing
|
offset = origin + c * col_spacing + r * row_spacing
|
||||||
|
Loading…
Reference in New Issue
Block a user