From 613ce92cfdefbaadaa817554e45054aa097c2e93 Mon Sep 17 00:00:00 2001 From: Willi Ballenthin Date: Thu, 23 Mar 2023 14:14:04 +0100 Subject: [PATCH] tests: remove old debugging statements --- tests/test_binja_features.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_binja_features.py b/tests/test_binja_features.py index 27166c39..951332aa 100644 --- a/tests/test_binja_features.py +++ b/tests/test_binja_features.py @@ -21,12 +21,9 @@ try: binaryninja.load(source=b"\x90") except RuntimeError as e: logger.warning("Binary Ninja license is not valid, provide via $BN_LICENSE or license.dat") - print("invalid binja license") else: - print("got binja") binja_present = True except ImportError: - print("no binja") pass