Whoops, that was for debugging the fallback code path...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30334 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-04-22 19:57:08 +00:00
parent 90562b72b7
commit bbab3b46ce
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ InstallerWindow::ShowBottom()
void
InstallerWindow::LaunchDriveSetup()
{
if (true || be_roster->Launch(DRIVESETUP_SIG) != B_OK) {
if (be_roster->Launch(DRIVESETUP_SIG) != B_OK) {
// Try really hard to launch it. It's very likely that this fails,
// when we run from the CD and there is only an incomplete mime
// database for example...