Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Oct 7, 2024
1 parent 2a560ee commit 3943a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/php/jeeMqtt2.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
die();
}
$results = json_decode(file_get_contents("php://input"), true);
//log::add('mqtt2', 'debug', json_encode($results));
if(is_array($results)){
foreach ($results as $key => $value) {
$plugin = mqtt2::getPluginForTopic($key);
Expand Down

0 comments on commit 3943a12

Please sign in to comment.