Skip to content

Commit

Permalink
delete the debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
xiguadong authored Jul 13, 2021
1 parent 06c113f commit 5c1b3cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployment/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ int main(int argc, const char* argv[]) {

auto detections = output.toTuple()->elements()[1];
std::cout << ">>> OKey, detections: " << detections << std::endl;
std::cout << ">>> detections type " << typeid(detections).name() << std::endl;

return 0;
}

0 comments on commit 5c1b3cd

Please sign in to comment.