summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
authorivan <ivan>2009-02-24 10:15:05 +0000
committerivan <ivan>2009-02-24 10:15:05 +0000
commit8ce1d87506f8e0439b99496f46763cfc336e6a13 (patch)
tree7816f9fcf35b4a21a4cb83044e9fff4820a1f7ad /FS/FS/Setup.pm
parentb3ba253520c5886e6a80d180beaac934b7092fff (diff)
be quiet
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index d87668c15..cba3c7e3c 100644
--- a/FS/FS/Setup.pm
+++ b/FS/FS/Setup.pm
@@ -146,7 +146,7 @@ sub populate_initial_data {
foreach my $table ( keys %$data ) {
- warn "popuilating $table\n";
+ #warn "popuilating $table\n";
my $class = "FS::$table";
eval "use $class;";
@@ -165,9 +165,9 @@ sub populate_initial_data {
die "error inserting record into $table: $error\n"
if $error;
- my $pkey = $object->primary_key;
- my $pkeyvalue = $object->$pkey();
- warn " inserted $pkeyvalue\n";
+ #my $pkey = $object->primary_key;
+ #my $pkeyvalue = $object->$pkey();
+ #warn " inserted $pkeyvalue\n";
}