From 9be2c2475fa4c3529f3e040098b8e2ad9438c1cc Mon Sep 17 00:00:00 2001 From: Sergi Delgado Segura Date: Thu, 23 Jan 2020 18:35:32 +0100 Subject: [PATCH] Removes logger instance from test_appointment --- test/common/unit/test_appointment.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/common/unit/test_appointment.py b/test/common/unit/test_appointment.py index 2dea9b0..8087138 100644 --- a/test/common/unit/test_appointment.py +++ b/test/common/unit/test_appointment.py @@ -3,7 +3,6 @@ import struct import binascii from pytest import fixture -from pisa import c_logger from common.appointment import Appointment from pisa.encrypted_blob import EncryptedBlob @@ -12,9 +11,6 @@ from test.pisa.unit.conftest import get_random_value_hex from common.constants import LOCATOR_LEN_BYTES -c_logger.disabled = True - - # Not much to test here, adding it for completeness @fixture def appointment_data():