From 7134b9d3444472ebae76646abcb4cf98a8fd839f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 7 Jul 2010 10:42:10 +0000 Subject: [PATCH] new-installer: Remove debug_print_backtrace() call added in r69128 --- includes/installer/MysqlInstaller.php | 2 -- 1 file changed, 2 deletions(-) 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', -- 2.20.1