From 37a0fc483bfa77ee7e85c0cfa2c8cd7ee124e5b9 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Sat, 7 Nov 2015 01:12:53 +0000 Subject: Remove a debug print statement. llvm-svn: 252384 --- lldb/scripts/Python/modify-python-lldb.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/scripts/Python/modify-python-lldb.py') diff --git a/lldb/scripts/Python/modify-python-lldb.py b/lldb/scripts/Python/modify-python-lldb.py index 9912cd7..9728eab 100644 --- a/lldb/scripts/Python/modify-python-lldb.py +++ b/lldb/scripts/Python/modify-python-lldb.py @@ -204,7 +204,6 @@ ne_def = " def __ne__(self, other): return not self.__eq__(other)" # Delegate to self.IsValid() if it is defined for the current lldb object. if six.PY2: - print("Test") nonzero_def = " def __nonzero__(self): return self.IsValid()" else: nonzero_def = " def __bool__(self): return self.IsValid()" -- cgit v1.1