diff --git a/lib/WebGUI/Asset/Sku/ThingyRecord.pm b/lib/WebGUI/Asset/Sku/ThingyRecord.pm index 748a76942..b10608873 100644 --- a/lib/WebGUI/Asset/Sku/ThingyRecord.pm +++ b/lib/WebGUI/Asset/Sku/ThingyRecord.pm @@ -492,7 +492,7 @@ sub purge { $item->delete; } - # Should we also remove the records from the Thingy? + # XXX: Should we also remove the records from the Thingy? return $self->SUPER::purge; }