stringfy object so it's visible in the console

This commit is contained in:
miig 2018-03-14 21:53:57 +01:00 committed by Nanne Baars
parent 84e3fcde07
commit 9aa674e326

View File

@ -67,7 +67,7 @@ define(['jquery',
contentType: 'application/x-www-form-urlencoded; charset=UTF-8',
success: function (data) {
//devs leave stuff like this in all the time
console.log('phone home said ' + data);
console.log('phone home said ' + JSON.stringify(data));
}
});
}