diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-04-27 11:24:26 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-04-27 11:24:26 +0200 |
commit | 299b6037c99eafe13c94284029d55beddb571a5e (patch) | |
tree | eaa5ccedce3d5867dfec0f357f611e5addf56062 /Zotlabs/Lib/Libzotdir.php | |
parent | 1ed8b9dd149b9d2cb2fe30dc56ddc24cc523255c (diff) | |
download | volse-hubzilla-299b6037c99eafe13c94284029d55beddb571a5e.tar.gz volse-hubzilla-299b6037c99eafe13c94284029d55beddb571a5e.tar.bz2 volse-hubzilla-299b6037c99eafe13c94284029d55beddb571a5e.zip |
remove logging
Diffstat (limited to 'Zotlabs/Lib/Libzotdir.php')
-rw-r--r-- | Zotlabs/Lib/Libzotdir.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php index d3772f2dc..b000c0a69 100644 --- a/Zotlabs/Lib/Libzotdir.php +++ b/Zotlabs/Lib/Libzotdir.php @@ -668,10 +668,8 @@ class Libzotdir { */ static function update($hash, $addr, $bump_date = true, $flag = DIRECTORY_FLAG_OK) { -hz_syslog('flag: '. print_r($flag, true)); $dirmode = intval(get_config('system', 'directory_mode')); -hz_syslog('gothere'); if($dirmode == DIRECTORY_MODE_NORMAL) { return; |