mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 04:17:17 +08:00
Remove a debug print statement.
llvm-svn: 252384
This commit is contained in:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user