Remove debug print statement.

llvm-svn: 181486
This commit is contained in:
Greg Clayton 2013-05-08 23:37:59 +00:00
parent c20237d21f
commit dbe445fdd8
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ class ObjCDynamicValueTestCase(TestBase):
threads = lldbutil.get_stopped_threads (process, lldb.eStopReasonPlanComplete)
self.assertTrue (len(threads) == 1)
line_entry = threads[0].GetFrameAtIndex(0).GetLineEntry()
print "Line entry is: ", line_entry
self.assertTrue (line_entry.GetLine() == self.set_property_line)
self.assertTrue (line_entry.GetFileSpec().GetFilename() == self.source_name)