Commit 260dfbdf4145e9a05c5636ef110e3c4829933916

Authored by Jarrett Jordaan
1 parent 5da3a0c3

StoryId 778896:Updated Debugging

Committed by: Jarrett Jordaan

Reviewed by: Megan Watson
Showing 1 changed file with 1 additions and 1 deletions
setup/wizard/installer.php
... ... @@ -502,5 +502,5 @@ class Installer {
502 502 }
503 503 $ins = new installer(new Session()); // Instantiate the installer
504 504 $ins->step(); // Run step
505   -$ins->showSession();
  505 +//$ins->showSession();
506 506 ?>
507 507 \ No newline at end of file
... ...