Removed print

This commit is contained in:
PySimpleGUI 2019-12-07 11:04:44 -05:00
parent 85235af3ba
commit 75a4f7a2be
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: elif element_type == ELEM_TYPE_GRAPH:
element = element # type: Graph element = element # type: Graph
width, height = element_size 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? # 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: # if element._TKCanvas is None:
# element._TKCanvas = tk.Canvas(tk_row_frame, width=width, height=height, bd=border_depth) # element._TKCanvas = tk.Canvas(tk_row_frame, width=width, height=height, bd=border_depth)