reader/spirv: Remove debug spew

Change-Id: I2e3c9e681f2d33aaa83a27525e5e0f231f6a8973
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/50221
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: David Neto <dneto@google.com>
Commit-Queue: David Neto <dneto@google.com>
Auto-Submit: Ben Clayton <bclayton@google.com>
This commit is contained in:
Ben Clayton 2021-05-06 20:40:33 +00:00 committed by Commit Bot service account
parent fe5c305891
commit 467184fb06
1 changed files with 0 additions and 1 deletions

View File

@ -2144,7 +2144,6 @@ TEST_F(SpvModuleScopeVarParserTest, ScalarSpecConstant_UsedInFunction) {
OpReturnValue %1 OpReturnValue %1
OpFunctionEnd OpFunctionEnd
)" + MainBody(); )" + MainBody();
std::cout << assembly << std::endl;
auto p = parser(test::Assemble(assembly)); auto p = parser(test::Assemble(assembly));
ASSERT_TRUE(p->BuildAndParseInternalModuleExceptFunctions()) << p->error(); ASSERT_TRUE(p->BuildAndParseInternalModuleExceptFunctions()) << p->error();
auto fe = p->function_emitter(100); auto fe = p->function_emitter(100);