remove logging

This commit is contained in:
Mario
2021-10-25 08:12:17 +00:00
parent 65acdd7b15
commit 6fce9a41b0

View File

@@ -55,8 +55,6 @@ class Appman extends \Zotlabs\Web\Controller {
if(Apps::app_installed(local_channel(),$papp))
info( t('App installed.') . EOL);
hz_syslog('install: ' . print_r($papp,true));
$sync = q("SELECT * FROM app WHERE app_channel = %d AND app_id = '%s' LIMIT 1",
intval(local_channel()),
dbesc($papp['guid'])