removed var_dump
This commit is contained in:
parent
2abd148127
commit
507d960343
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ function getActualMode($metaLastHeard, $mmdvmconfigs) {
|
|||
$listElem = $metaLastHeard[0];
|
||||
$timestamp = new DateTime($listElem[0]);
|
||||
$mode = $listElem[1];
|
||||
var_dump($listElem);
|
||||
if (startsWith($mode, "DMR")) {
|
||||
$mode = "DMR";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue