From da5a7bdce8ccae5a66f312a09660160fd3819027 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 14 Aug 2024 15:24:50 -0400 Subject: Remove leftover debug log in python platform API (skip-ci, skip-note) Fixes https://github.com/Vector35/binaryninja-api/issues/5851 --- python/platform.py | 1 - 1 file changed, 1 deletion(-) (limited to 'python/platform.py') diff --git a/python/platform.py b/python/platform.py index 767af952..20896073 100644 --- a/python/platform.py +++ b/python/platform.py @@ -161,7 +161,6 @@ class Platform(metaclass=_PlatformMetaClass): reg_name = self.arch.get_reg_name(reg) if reg_name in self.global_reg_types: type_obj = self.global_reg_types[reg_name] - log_error(f"aaaa {type_obj}") handle = core.BNNewTypeReference(type_obj.handle) return ctypes.cast(handle, ctypes.c_void_p).value return None -- cgit v1.3.1