From 092198a6ea884f380a507d1ea1c311dc70f489bd Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 10 Aug 2006 02:12:45 +0000 Subject: [PATCH] comment out debug code git-svn-id: svn://192.168.202.10@146 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/agc/vicidial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/agc/vicidial.php b/www/agc/vicidial.php index 4b019ed5..be16a2e5 100644 --- a/www/agc/vicidial.php +++ b/www/agc/vicidial.php @@ -3117,7 +3117,7 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";} } else { - alert("Channel has changed from:\n" + lastcustchannel + '|' + lastcustserverip + "\nto:\n" + reVDIC_data_VDAC[3] + '|' + reVDIC_data_VDAC[4]); + // alert("Channel has changed from:\n" + lastcustchannel + '|' + lastcustserverip + "\nto:\n" + reVDIC_data_VDAC[3] + '|' + reVDIC_data_VDAC[4]); document.vicidial_form.callchannel.value = reVDIC_data_VDAC[3]; lastcustchannel = reVDIC_data_VDAC[3]; document.vicidial_form.callserverip.value = reVDIC_data_VDAC[4];