From a454c434206c804e4d1254636843d51c69b56ff3 Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Mon, 9 Nov 2009 17:49:11 +0200 Subject: [PATCH] Code clean up --- setup/migrate/migrateWizard.php | 1 - setup/migrate/steps/migrateInstallation.php | 2 -- setup/upgrade/templates/welcome.tpl | 3 --- setup/wizard/installWizard.php | 1 - 4 files changed, 0 insertions(+), 7 deletions(-) diff --git a/setup/migrate/migrateWizard.php b/setup/migrate/migrateWizard.php index 22e159a..c95397f 100644 --- a/setup/migrate/migrateWizard.php +++ b/setup/migrate/migrateWizard.php @@ -256,7 +256,6 @@ class MigrateWizard { exit(); } } else { - // TODO: Die gracefully $this->util->error("System has been migrated Finish"); } } diff --git a/setup/migrate/steps/migrateInstallation.php b/setup/migrate/steps/migrateInstallation.php index 4a696e5..6c1e159 100644 --- a/setup/migrate/steps/migrateInstallation.php +++ b/setup/migrate/steps/migrateInstallation.php @@ -239,8 +239,6 @@ class migrateInstallation extends step ); $ktSettings = $this->util->iniUtilities->getSection('KnowledgeTree'); $froot = $ktSettings['fileSystemRoot']; -// print_r($ktSettings); -// die; if ($froot == 'default') { $froot = $this->location; } diff --git a/setup/upgrade/templates/welcome.tpl b/setup/upgrade/templates/welcome.tpl index 7c39bab..f88f999 100644 --- a/setup/upgrade/templates/welcome.tpl +++ b/setup/upgrade/templates/welcome.tpl @@ -12,9 +12,6 @@ Username Password Could Not Authenticate User - diff --git a/setup/wizard/installWizard.php b/setup/wizard/installWizard.php index e839de7..b1da685 100644 --- a/setup/wizard/installWizard.php +++ b/setup/wizard/installWizard.php @@ -293,7 +293,6 @@ class InstallWizard { exit(); } } else { - // TODO: Die gracefully $this->util->error("System has been installed Finish"); } } -- libgit2 0.21.4