diff options
author | Mario <mario@mariovavti.com> | 2023-01-04 19:29:42 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-04 19:29:42 +0000 |
commit | 1a283301cf781c892a017094bf75e6b8e72fc4cd (patch) | |
tree | c2c18a67bc4ea29122b15e4a282844092261ac2b /Zotlabs | |
parent | 031df70cf83b19987f4d9c417f6f5fbbdf0fd983 (diff) | |
download | volse-hubzilla-1a283301cf781c892a017094bf75e6b8e72fc4cd.tar.gz volse-hubzilla-1a283301cf781c892a017094bf75e6b8e72fc4cd.tar.bz2 volse-hubzilla-1a283301cf781c892a017094bf75e6b8e72fc4cd.zip |
Revert "pdledit_gui: minor cleanup"
This reverts commit 031df70cf83b19987f4d9c417f6f5fbbdf0fd983.
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Pdledit_gui.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Module/Pdledit_gui.php b/Zotlabs/Module/Pdledit_gui.php index d6766b09d..2f0e4a3e1 100644 --- a/Zotlabs/Module/Pdledit_gui.php +++ b/Zotlabs/Module/Pdledit_gui.php @@ -304,8 +304,6 @@ class Pdledit_gui extends Controller { } } -hz_syslog(print_r($ret,true)); - return $ret; } |