Skip to content

Commit 8eb9a98

Browse files
Removed the unwanted print method
1 parent e5b22ec commit 8eb9a98

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/tests/py/metadata.py

-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ class Metadata:
4242
trace_to_testjson: str = None
4343
trace_toperfetto: str = None
4444

45-
def print(self):
46-
print(repr(self))
47-
4845

4946
class Metadata_Reader:
5047
# This class will be initialized with

0 commit comments

Comments
 (0)