mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-27 22:45:57 +00:00
Remove a debug log in provider_test_utils.cc (#6200)
This commit is contained in:
parent
93bf7c4d52
commit
6fd9d34bb0
1 changed files with 0 additions and 1 deletions
|
|
@ -891,7 +891,6 @@ void OpTester::Run(
|
|||
}
|
||||
|
||||
if (!valid) {
|
||||
std::cerr << "No kernel registered from EP: " << provider_type << "for node: " << node.OpType() << std::endl;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue