|
@@ -106,7 +106,7 @@ GUI::Variant RemoteObjectGraphModel::data(const GUI::ModelIndex& index, Role rol
|
|
|
return m_object_icon;
|
|
|
}
|
|
|
if (role == Role::Display) {
|
|
|
- return String::format("%s{%s} (%d)", remote_object->class_name.characters(), remote_object->address.characters(), remote_object->children.size());
|
|
|
+ return String::format("%s{%s}", remote_object->class_name.characters(), remote_object->address.characters());
|
|
|
}
|
|
|
return {};
|
|
|
}
|