summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-03 11:00:24 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-02-03 11:00:24 +0000
commitc1d7b4de54e3901f8194b8a4a925710edf17f6da (patch)
tree99dcab2adbaa953a0498aaebfb8ac3e53d9d4d47 /lib
parent72ff5dce2179bc263cc7a65f19a5ab4d12287d4e (diff)
Removed debug statements
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1339 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/parameter_parser.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sbin/parameter_parser.pl b/lib/sbin/parameter_parser.pl
index 4dfce935..0f8db579 100644
--- a/lib/sbin/parameter_parser.pl
+++ b/lib/sbin/parameter_parser.pl
@@ -199,7 +199,6 @@ sub parse_param_ccl
if($option =~ m:STEERABLE:i)
{
$parameter_db{"\U$thorn $variable\E steerable"} = $options{$option};
- print "Got STEERABLE <$options{$option}> for $variable in $thorn\n";
}
else
{