summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 3c33ccfe..7cd46532 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -5504,7 +5504,6 @@ class BinaryView:
if tag_type is not None:
return TagType(tag_type)
else:
- log_error(f"Tag type `{name}` does not exist!")
return None
def add_tag(self, addr: int, tag_type_name: str, data: str, user: bool = True):