Merge pull request #2323 from PySimpleGUI/Dev-latest

Removed print
This commit is contained in:
PySimpleGUI 2019-12-07 11:05:08 -05:00 committed by GitHub
commit 74bfd31209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8625,7 +8625,6 @@ def PackFormIntoFrame(form, containing_frame, toplevel_form):
elif element_type == ELEM_TYPE_GRAPH:
element = element # type: Graph
width, height = element_size
print(f'Graph canvas size being created = {element_size}')
# I don't know why TWO canvases were being defined, on inside the other. Was it so entire canvas can move?
# if element._TKCanvas is None:
# element._TKCanvas = tk.Canvas(tk_row_frame, width=width, height=height, bd=border_depth)