mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Removed accidently commited debug message
This commit is contained in:
parent
fc622875d4
commit
9eb51b8b74
@ -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')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user