From 07267c202c7e05afd0b8175d34046b563cae1448 Mon Sep 17 00:00:00 2001 From: Philippe Houdoin Date: Mon, 7 Feb 2011 18:46:32 +0000 Subject: [PATCH] Remove left-over debug code. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40372 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/WorkerThread.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/apps/installer/WorkerThread.cpp b/src/apps/installer/WorkerThread.cpp index 5c88f5b917..5dddac3199 100644 --- a/src/apps/installer/WorkerThread.cpp +++ b/src/apps/installer/WorkerThread.cpp @@ -659,12 +659,6 @@ TargetVisitor::Visit(BPartition *partition, int32 level) char label[255]; char menuLabel[255]; make_partition_label(partition, label, menuLabel, !isValidTarget); - - printf("Partion: \"%s\" : isValidTarget = %s isBootPartition = %s\n", - menuLabel, isValidTarget ? "true" : "false", - isBootPartition ? "true" : "false"); - - PartitionMenuItem* item = new PartitionMenuItem(partition->ContentName(), label, menuLabel, new BMessage(TARGET_PARTITION), partition->ID());