Remove debug code and update version

This commit is contained in:
steve-lad 2021-08-08 09:57:36 +02:00
parent 481c8929a9
commit 0b03d58c09
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,7 @@
<module> <module>
<rawname>sccp_manager</rawname> <rawname>sccp_manager</rawname>
<name>SCCP Manager</name> <name>SCCP Manager</name>
<version>14.3.0.6</version> <version>14.3.0.7</version>
<type>setup</type> <type>setup</type>
<category>SCCP Connectivity</category> <category>SCCP Connectivity</category>
<publisher>Steve Lad, Alex GP</publisher> <publisher>Steve Lad, Alex GP</publisher>

View file

@ -711,8 +711,6 @@ trait ajaxHelper {
$hw_prefix = 'VG'; $hw_prefix = 'VG';
} }
} }
dbug($get_settings);
dbug($db_field);
foreach ($db_field as $key) { foreach ($db_field as $key) {
$value = ""; $value = "";
switch ($key) { switch ($key) {
@ -799,7 +797,6 @@ trait ajaxHelper {
$save_settings[$key] = $value; $save_settings[$key] = $value;
} }
} }
dbug($save_settings);
// Save this device. // Save this device.
$this->dbinterface->write('sccpdevice', $save_settings, 'replace'); $this->dbinterface->write('sccpdevice', $save_settings, 'replace');
// Retrieve the phone buttons from $_REQUEST ($get_settings) and write back to // Retrieve the phone buttons from $_REQUEST ($get_settings) and write back to