From acde38c21ce4f323a706c19243a59ce5e2a03363 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Wed, 26 Dec 2001 19:01:07 +0000 Subject: [PATCH] Removing debug() calls. git-svn-id: svn://10.0.0.236/trunk@111080 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/PLIF/PLIF/DataSource/Strings/MySQL.pm | 2 -- 1 file changed, 2 deletions(-) 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 (