Remove left-over debug code.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40372 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin 2011-02-07 18:46:32 +00:00
parent 7c2c003f91
commit 07267c202c

View File

@ -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());