summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-09-20 14:48:35 +0000
committerivan <ivan>2002-09-20 14:48:35 +0000
commit9c3fb2a84c655cbbaafed99586f1431e08c218d5 (patch)
tree053f5527caf2f3ecbf3230dd1a837a93bc8f0251 /FS/FS/part_export.pm
parenteb0d04842631ae16247c6246cc6a1d8896169ff9 (diff)
extraneous warn
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 647666b..1b402e0 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -274,8 +274,6 @@ sub check {
;
return $error if $error;
- warn $self->machine. "!!!\n";
-
$self->machine =~ /^([\w\-\.]*)$/
or return "Illegal machine: ". $self->machine;
$self->machine($1);