mirror of
https://github.com/getgrav/grav.git
synced 2026-07-16 11:13:06 +02:00
removed accidental xdebug_break()
This commit is contained in:
@@ -426,7 +426,6 @@ class Medium extends Data implements RenderableInterface
|
||||
*/
|
||||
public function id($id)
|
||||
{
|
||||
xdebug_break();
|
||||
if (is_string($id)) {
|
||||
$this->attributes['id'] = trim($id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user