[lldb] Remove "print xml" from TestWasm.py
authorPavel Labath <labath@google.com>
Thu, 6 Feb 2020 00:08:24 +0000 (16:08 -0800)
committerPavel Labath <labath@google.com>
Thu, 6 Feb 2020 00:09:34 +0000 (16:09 -0800)
commit014ea9337624fe20aca8892e73b6b3f741d8da9e
tree3826325b0f5f65fe4abfc81a769caaa47c683f5b
parent97edc0dc9355be8771c3b6ae4efe19b23664d06d
[lldb] Remove "print xml" from TestWasm.py

It's not py3 compatible, and the test should not be printing this to stdout
(unless in --trace mode) anyway.
lldb/packages/Python/lldbsuite/test/functionalities/gdb_remote_client/TestWasm.py