removed accidental xdebug_break()

This commit is contained in:
Andy Miller
2016-08-25 14:57:07 -06:00
parent 272ddcd831
commit b1e940c7d9

View File

@@ -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);
}