Skip to content

Commit 862c6da

Browse files
committed
🎨 Remove debug line
1 parent a06f059 commit 862c6da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/na/device/test_device.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ TEST_F(NADeviceTest, QueryOperationData) {
605605
session, operation, 0, nullptr, 0, nullptr,
606606
QDMI_OPERATION_PROPERTY_NAME, nameSize, name.data(), nullptr),
607607
QDMI_SUCCESS);
608-
std::cout << "Querying operation: " << name << "\n";
609608
auto result = MQT_NA_QDMI_device_session_query_operation_property(
610609
session, operation, 0, nullptr, 0, nullptr,
611610
QDMI_OPERATION_PROPERTY_DURATION, sizeof(uint64_t), &duration, nullptr);

0 commit comments

Comments
 (0)