1
0

added template and delete some debugging message

This commit is contained in:
2022-01-06 13:11:18 +01:00
parent 004c6aa572
commit e702d333c8
3 changed files with 38 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ function connectResponse($r, $message)
function subscribeResponse($mid, $qosCount)
{
global $topics, $mids, $nSubscribed;
print_r($mids);
//print_r($mids);
$key = $mids[$mid];
echo _("Subscribed to ") . $key . EOL;
$topics[$key]->status = true;