Skip to content

Commit a5e738b

Browse files
committed
delete echo,var_dump,print_r line
1 parent 702a3ad commit a5e738b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

RelationTrait.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public function saveAll()
170170
}
171171
} else {
172172
//No Children left
173-
//echo "No Children left";
174173
if (!$this->isNewRecord) {
175174
$relData = $this->getRelationData();
176175
foreach ($relData as $rel) {
@@ -313,7 +312,7 @@ public function getRelationData()
313312
}
314313

315314
/* this function is deprecated */
316-
315+
e
317316
public function getAttributesWithRelatedAsPost()
318317
{
319318
$return = [];

0 commit comments

Comments
 (0)