From: Ævar Arnfjörð Bjarmason Date: Wed, 7 Jul 2010 10:42:10 +0000 (+0000) Subject: new-installer: Remove debug_print_backtrace() call added in r69128 X-Git-Tag: 1.31.0-rc.0~36230 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=7134b9d3444472ebae76646abcb4cf98a8fd839f;p=lhc%2Fweb%2Fwiklou.git new-installer: Remove debug_print_backtrace() call added in r69128 --- diff --git a/includes/installer/MysqlInstaller.php b/includes/installer/MysqlInstaller.php index 250ded4468..b5f9f94905 100644 --- a/includes/installer/MysqlInstaller.php +++ b/includes/installer/MysqlInstaller.php @@ -44,8 +44,6 @@ class MysqlInstaller extends InstallerDBType { } # Add our user callback to installSteps, right before the tables are created. - - debug_print_backtrace(); $callback = array( array( 'name' => 'user',