diff options
| author | Mason Reed <mason@vector35.com> | 2024-08-14 15:24:50 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2024-08-14 15:24:50 -0400 |
| commit | da5a7bdce8ccae5a66f312a09660160fd3819027 (patch) | |
| tree | c256aa304b5e46be51ba9fda3d7b336906ad869a /python/platform.py | |
| parent | b73144e1d9a249f2d1ff77edb5287c21ba51fc7b (diff) | |
Remove leftover debug log in python platform API (skip-ci, skip-note)
Fixes https://github.com/Vector35/binaryninja-api/issues/5851
Diffstat (limited to 'python/platform.py')
| -rw-r--r-- | python/platform.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
