Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed May 30, 2023
1 parent 84052ab commit ad0cdaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/val/validate_interfaces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ uint32_t NumConsumedComponents(ValidationState_t& _, const Instruction* type) {
return NumConsumedComponents(_,
_.FindDef(type->GetOperandAs<uint32_t>(1)));
case spv::Op::OpTypePointer:
std::cout << "Pointer: " << _.Disassemble(*type) << "\n";
if (_.addressing_model() ==
spv::AddressingModel::PhysicalStorageBuffer64 &&
type->GetOperandAs<spv::StorageClass>(1) ==
Expand Down

0 comments on commit ad0cdaf

Please sign in to comment.