Skip to content

Commit

Permalink
remove unneeded rpc(printAssets)
Browse files Browse the repository at this point in the history
  • Loading branch information
diablodale committed May 11, 2023
1 parent f023812 commit 738c289
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/device/DeviceBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 738c289

Please sign in to comment.