Remove debug

more_gps
Isaac Connor 2023-07-15 10:29:38 -04:00
parent 761ce43796
commit cae8fda326
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ if (canEdit('Monitors')) {
switch ($_REQUEST['action']) {
case 'probe' :
{
ZM\Debug('probe');
$available_streams = array();
$url = isset($_REQUEST['url']) ? $_REQUEST['url'] : '';
$url_bits = null;