Removed accidently commited debug message

This commit is contained in:
Andreas Stöckel 2011-05-31 20:12:51 +00:00
parent fc622875d4
commit 9eb51b8b74

View File

@ -410,7 +410,7 @@ egw_json_request.prototype.handleResponse = function(data, textStatus, XMLHttpRe
throw 'Invalid parameters'; throw 'Invalid parameters';
break; break;
case 'redirect': case 'redirect':
console.log(res.data.url); //console.log(res.data.url);
if (typeof res.data.url == 'string' && if (typeof res.data.url == 'string' &&
typeof res.data.global == 'boolean') typeof res.data.global == 'boolean')
{ {