diff --git a/mozilla/webtools/PLIF/PLIF/DataSource/Strings/MySQL.pm b/mozilla/webtools/PLIF/PLIF/DataSource/Strings/MySQL.pm index b4caf55ab5b..d6c57c686b5 100644 --- a/mozilla/webtools/PLIF/PLIF/DataSource/Strings/MySQL.pm +++ b/mozilla/webtools/PLIF/PLIF/DataSource/Strings/MySQL.pm @@ -127,7 +127,6 @@ sub setupInstall { my $helper = $self->helper($app); $self->dump(9, 'about to configure string data source...'); if (not $helper->tableExists($app, $self->database($app), 'stringVariants')) { - $self->debug('going to create \'stringVariants\' table'); $app->output->setupProgress('dataSource.strings.stringVariants'); $self->database($app)->execute(' CREATE TABLE stringVariants ( @@ -148,7 +147,6 @@ sub setupInstall { # check its schema is up to date } if (not $helper->tableExists($app, $self->database($app), 'strings')) { - $self->debug('going to create \'strings\' table'); $app->output->setupProgress('dataSource.strings.strings'); $self->database($app)->execute(' CREATE TABLE strings (