diff options
author | Mario <mario@mariovavti.com> | 2024-01-07 20:00:29 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-01-07 20:00:29 +0000 |
commit | 4917170a0da0941f212d3bfdde4e19fcd8c36b88 (patch) | |
tree | 1c68ba017f9607aecb30311bf6b0fc31c74bb608 | |
parent | 87775ae37ad7f8226f7413d28e96fd23967c7659 (diff) | |
download | volse-hubzilla-4917170a0da0941f212d3bfdde4e19fcd8c36b88.tar.gz volse-hubzilla-4917170a0da0941f212d3bfdde4e19fcd8c36b88.tar.bz2 volse-hubzilla-4917170a0da0941f212d3bfdde4e19fcd8c36b88.zip |
remove logging
-rw-r--r-- | Zotlabs/Update/_1260.php | 1 | ||||
-rw-r--r-- | Zotlabs/Update/_1261.php | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Update/_1260.php b/Zotlabs/Update/_1260.php index ca30886c0..026a5cc4d 100644 --- a/Zotlabs/Update/_1260.php +++ b/Zotlabs/Update/_1260.php @@ -13,7 +13,6 @@ class _1260 { } if (!($has_gmp || $has_bcmath)) { - hz_syslog('gothere'); return UPDATE_FAILED; } diff --git a/Zotlabs/Update/_1261.php b/Zotlabs/Update/_1261.php index da053a355..8be7f96ab 100644 --- a/Zotlabs/Update/_1261.php +++ b/Zotlabs/Update/_1261.php @@ -15,8 +15,6 @@ class _1261 { } if (!($has_gmp || $has_bcmath)) { - hz_syslog('gothere'); - return UPDATE_FAILED; } |