Skip to content

Commit

Permalink
Removed pudb debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfWhitt committed Dec 31, 2024
1 parent d1b61d8 commit 2a08936
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions core/src/toga/widgets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@ def refresh(self) -> None:
self._refresh_layout()
return

from pudb import set_trace

set_trace()
print(TAB * self._level + f"Adding {name} to dirty set")
self.window._dirty_root_widgets.add(self)

Expand Down
3 changes: 0 additions & 3 deletions core/src/toga/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ def content(self, widget: Widget) -> None:
widget.refresh()

def _refresh_layouts(self):
from pudb import set_trace

set_trace()
self._currently_laying_out = True

toga.Widget._level += 1
Expand Down

0 comments on commit 2a08936

Please sign in to comment.