From 3cf6fceaaa6bb6723cee1d12f117c527f305aa4f Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Thu, 29 Aug 2024 10:13:14 +0000 Subject: [PATCH] Remove prints --- test/unit/test_tree.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit/test_tree.py b/test/unit/test_tree.py index 06ad248dfe..9e59402dd2 100644 --- a/test/unit/test_tree.py +++ b/test/unit/test_tree.py @@ -213,8 +213,6 @@ def test_marshal_plate_not_owner(self, mock_conn, owner_permissions): } marshaled = _marshal_plate(mock_conn, row) - print(marshaled) - print(expected) assert marshaled == expected # Add a lot of tests