Skip to content

Commit

Permalink
Remove unused debug method
Browse files Browse the repository at this point in the history
  • Loading branch information
foobar1643 committed Jun 29, 2016
1 parent 4c24ddb commit 15fa24a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/Entity/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@ public function setId($id)
return $this;
}

public function __set($name, $val)
{
print("set is called for $name with val $val<br>");
}

public function setName($name)
{
$this->name = $name;
Expand Down

0 comments on commit 15fa24a

Please sign in to comment.