Skip to content

Commit 20cad08

Browse files
Removing a print statement from the Area model
1 parent 82b86ce commit 20cad08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/Domain/Model/Area.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ class Area extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
129129
*/
130130
public function getUid()
131131
{
132-
print $this->uid;
133132
return $this->uid;
134133
}
135134

0 commit comments

Comments
 (0)