diff --git a/functions/index.js b/functions/index.js index d6b4f275a..67b8cbff0 100644 --- a/functions/index.js +++ b/functions/index.js @@ -536,7 +536,9 @@ exports.testCompleted = functions.https.onCall((request, response) => { ); returnobj.resultCode = 1; } - // console.log(returnobj); + console.error( + `user ${request.uid} + ${JSON.stringify(returnobj)}` + ); return returnobj; }) .catch((e) => {