Skip to content

Commit 52d9722

Browse files
committed
Remove debug code
1 parent 188e454 commit 52d9722

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Models/Link.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,7 @@ public function forTemplate()
239239
// in a project. Fallback to using the generic Link.ss template which this module provides
240240
return $this->renderWith([static::class, Link::class]);
241241
}
242-
public function getAllComponents()
243-
{
244-
return $this->components;
245-
}
242+
246243
/**
247244
* Get the owner of this link, if there is one.
248245
*

0 commit comments

Comments
 (0)