From 9b481c42d8e791abc2f3b1457340f5bfecb1f25e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 11 Mar 2024 08:53:43 +0530 Subject: [PATCH] Remove leftover debugging print --- src/pyj/session.pyj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pyj/session.pyj b/src/pyj/session.pyj index 05a70d35d6..1265e961db 100644 --- a/src/pyj/session.pyj +++ b/src/pyj/session.pyj @@ -283,8 +283,6 @@ def settings_for_reader_profile(sd): if curval[key] is standalone_reader_defaults[key]: v'delete curval[key]' - if setting_name is 'columns_per_screen': - print(1111111, is_set, metadata.category, metadata.disallowed_in_profile, curval, metadata.default, deep_eq(curval, metadata.default)) if not is_set or metadata.category is not 'read_book' or metadata.disallowed_in_profile or deep_eq(curval, metadata.default): return False return True