summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-27 04:47:22 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-03-27 04:47:22 +0000
commit1690d41d14f2aab85add9811139795617a928f5a (patch)
treeab604e5f0b92a8ea1fb895166f3d97b93c4a9f6d /lib/sbin/CST
parent33ab8e39c5f1cc5e3388b760389f4453e3a193b7 (diff)
Removing a debugging statement.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3606 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index 345fbd69..92855d5f 100644
--- a/lib/sbin/CST
+++ b/lib/sbin/CST
@@ -6,7 +6,7 @@
# @desc
# Parses the the configuration files for thorns.
# @enddesc
-# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.62 2004-03-26 00:18:00 goodale Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.63 2004-03-27 04:47:22 goodale Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -332,7 +332,7 @@ sub CreateMakeThornlist
}
$thorn_linklist .= ' ' . &CreateThornLinkList($thorns, $config);
- print "\n\n$thorn_linklist\n";
+
$thorn_dependencies = join ("\n", &CreateThornDependencyList($thorns, $config));
return ($thornlist . "\n" . $thorn_linklist . "\n" . $config_thornlist . "\n" . $thorn_dependencies . "\n");
}