From 8ce7e99210db10c5bb41797183d5571ff0f37eed Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 24 May 2022 11:41:08 -0400 Subject: [PATCH] Drop prints --- piker/ui/_flows.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/piker/ui/_flows.py b/piker/ui/_flows.py index c0da2739..1219627a 100644 --- a/piker/ui/_flows.py +++ b/piker/ui/_flows.py @@ -1281,8 +1281,7 @@ class Renderer(msgspec.Struct): and do_append and not should_redraw ): - # print(f'{self.name} append len: {append_length}') - print(f'{array_key} append len: {append_length}') + # print(f'{array_key} append len: {append_length}') new_x = x_out[-append_length - 2:] # slice_to_head] new_y = y_out[-append_length - 2:] # slice_to_head] profiler('sliced append path') @@ -1308,7 +1307,6 @@ class Renderer(msgspec.Struct): profiler('generated append qpath') if use_fpath: - print("USING FPATH") # an attempt at trying to make append-updates faster.. if fast_path is None: fast_path = append_path