Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
MadLittleMods committed Sep 16, 2024
1 parent db2c9a3 commit 5171a45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/rest/client/sliding_sync/test_extension_account_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,6 @@ def test_no_data_initial_sync(self) -> None:
{AccountDataTypes.PUSH_RULES},
exact=True,
)
logger.info(
"global_account_data_map[AccountDataTypes.PUSH_RULES] %s",
global_account_data_map[AccountDataTypes.PUSH_RULES],
)
# Push rules are a giant chunk of JSON data so we will just assume the value is correct if they key is here.
# global_account_data_map[AccountDataTypes.PUSH_RULES]

Expand Down

0 comments on commit 5171a45

Please sign in to comment.