From 2aa152a03b9efe77ecfbbd4e0e8e128f74724cc1 Mon Sep 17 00:00:00 2001 From: Kathryn Iverson Date: Tue, 26 Jun 2012 11:03:11 -0400 Subject: [PATCH] removed print statements from testing --- mgclustercommand.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mgclustercommand.cpp b/mgclustercommand.cpp index 508b05f..4ca0cdf 100644 --- a/mgclustercommand.cpp +++ b/mgclustercommand.cpp @@ -215,7 +215,6 @@ MGClusterCommand::MGClusterCommand(string option) { //********************************************************************************************************************** int MGClusterCommand::execute(){ try { - cout << "1" << endl; if (abort == true) { if (calledHelp) { return 0; } return 2; } //read names file -- 2.39.2