Skip to content

Commit

Permalink
<>[]: <Remove print>
Browse files Browse the repository at this point in the history
[]

[]
  • Loading branch information
Humberto Sanchez II committed Jan 20, 2024
1 parent 6828fef commit 005c53d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/ogl/OglClass.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ def autoResize(self):
else:
methodW, methodH = 0, 0

print(f'{headerW=} {fieldsW=} {methodW}')
w = max(headerW, fieldsW, methodW)
h = y - headerY
w += 2 * MARGIN
Expand Down Expand Up @@ -366,7 +365,6 @@ def _drawClassFields(self, dc, draw=False, initialX=None, initialY=None, calcWid
if initialY is not None:
y = initialY
w = self._width
print(f'{w=}')
h = 0
if calcWidth:
w = 0
Expand Down
2 changes: 1 addition & 1 deletion src/ogl/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.15'
__version__ = '2.1.16'

0 comments on commit 005c53d

Please sign in to comment.