Skip to content

Commit 9079626

Browse files
committed
Remove debug info from test file
1 parent c695dfc commit 9079626

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/unittests/program_manager/passing_link_and_compile_options.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ inline pi_result redefinedProgramLink(pi_context, pi_uint32, const pi_device *,
6666
pi_program *) {
6767
assert(_linkOpts != nullptr);
6868
current_link_options = std::string(_linkOpts);
69-
std::cout << "Passed link options --> '" << _linkOpts << "'" << std::endl;
7069
return PI_SUCCESS;
7170
}
7271

@@ -77,8 +76,6 @@ inline pi_result redefinedProgramCompile(pi_program, pi_uint32,
7776
void (*)(pi_program, void *), void *) {
7877
assert(_compileOpts != nullptr);
7978
current_compile_options = std::string(_compileOpts);
80-
std::cout << "Passed compile options --> '" << _compileOpts << "'"
81-
<< std::endl;
8279
return PI_SUCCESS;
8380
}
8481

0 commit comments

Comments
 (0)