removed debug output in vicidial.php

git-svn-id: svn://192.168.202.10@754 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2007-12-26 16:32:30 +00:00
parent 912448816d
commit 147d1260e2
@@ -5265,8 +5265,8 @@ if ($enable_fast_refresh < 1) {echo "\tvar refresh_interval = 1000;\n";}
{
if (xmlhttp.readyState == 4 && xmlhttp.status == 200)
{
alert(VDlogout_query);
alert(xmlhttp.responseText);
// alert(VDlogout_query);
// alert(xmlhttp.responseText);
}
}
delete xmlhttp;