Skip to content

Commit

Permalink
remove print from rules editing page
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Feb 3, 2024
1 parent 592e92f commit 8b6d49b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fapolicy_analyzer/ui/rules/rules_admin_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ def on_next_notifications(self, notifications: Sequence[Notification]):

def on_next_profiling_state(self, state: ProfilerState):
if self.__profiling_active != state.running:
print(state)
self.__profiling_active = state.running
self.refresh_toolbar()

Expand Down

0 comments on commit 8b6d49b

Please sign in to comment.