Skip to content

Commit 763ddcd

Browse files
committed
✅ better testing of content in conversion
1 parent ede548f commit 763ddcd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/framework/meshblock/fields_convert.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ namespace ntt {
8686
AssertEmptyContent(buff_content);
8787
Kokkos::deep_copy(buff, cur);
8888
ImposeContent(buff_content, cur_content);
89-
std::cout << "buff_content = " << (int)buff_content[0] << " " << (int)buff_content[1]
90-
<< " " << (int)buff_content[2] << std::endl;
91-
std::cout << "cur_content = " << (int)cur_content[0] << " " << (int)cur_content[1] << " "
92-
<< (int)cur_content[2] << std::endl;
9389
ImposeEmptyContent(cur_content);
9490

9591
auto this_buff = this->buff;

0 commit comments

Comments
 (0)