mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Removing debugging echo
Updating Tests
This commit is contained in:
parent
31148e25cf
commit
a2fb49a2b4
5 changed files with 13 additions and 18 deletions
|
@ -87,10 +87,6 @@ class Mode
|
|||
*/
|
||||
public function has($mode)
|
||||
{
|
||||
echo "mode: " . $this->mode . " with " . $mode;
|
||||
|
||||
echo "value: " . ($this->mode & $mode);
|
||||
|
||||
return ($this->mode & $mode) > 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue