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:
parent
7c2c003f91
commit
07267c202c
@ -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());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user