From 738c289cd598b7c2a82d34fe48164ff096147dc4 Mon Sep 17 00:00:00 2001 From: Dale Phurrough Date: Thu, 11 May 2023 16:13:00 +0200 Subject: [PATCH] remove unneeded rpc(printAssets) --- src/device/DeviceBase.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/device/DeviceBase.cpp b/src/device/DeviceBase.cpp index e0b83a901..b8bdc7b61 100644 --- a/src/device/DeviceBase.cpp +++ b/src/device/DeviceBase.cpp @@ -1387,9 +1387,6 @@ bool DeviceBase::startPipelineImpl(const Pipeline& pipeline) { t1.join(); } - // print assets on device side for test - pimpl->rpcClient->call("printAssets"); - // Build and start the pipeline bool success = false; std::string errorMsg;