Remove debugging code

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12180 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2012-11-12 07:04:27 +00:00
parent 68b6fcdabe
commit 2dfa74664b

View file

@ -3442,8 +3442,7 @@ jQuery(function($){
});
// sPackageType = menu/layout/skin
function installPackage(sPackageSrl, sPackageType, $item){
console.log(window.location.href.replace(/#.*$/, "")+"&continue_install_package="+sPackageSrl+"&continue_install_package_type="+sPackageType);
return;
//act=getAutoinstallAdminIsAuthed
$.exec_json("admin.getAutoinstallAdminIsAuthed", {}, function(htData){
if(htData.error !== 0){