From 2479ea94a4a688f3fd8091faaa40f01b0cc96cce Mon Sep 17 00:00:00 2001 From: Ben Webb Date: Wed, 21 Aug 2024 17:26:04 -0700 Subject: [PATCH] Don't repeat back the command line The user doesn't need to be reminded of what they just typed. Pipelines can just echo the command line, if we want to track it in a log file. --- modules/kinematics/bin/rrt_ccd.cpp | 6 ------ modules/kinematics/bin/rrt_sample.cpp | 6 ------ 2 files changed, 12 deletions(-) diff --git a/modules/kinematics/bin/rrt_ccd.cpp b/modules/kinematics/bin/rrt_ccd.cpp index 336d7aeccb..76df20e362 100644 --- a/modules/kinematics/bin/rrt_ccd.cpp +++ b/modules/kinematics/bin/rrt_ccd.cpp @@ -37,12 +37,6 @@ using namespace IMP::kinematics; int main(int argc, char **argv) { - // output arguments - for (int i=0; i