mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
remove logging
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user