1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-07-24 18:51:23 +00:00

Log the action to the console, instead of the entire event.

This commit is contained in:
CalDescent
2023-05-08 14:43:00 +01:00
parent 81788610c4
commit df3c68679f

@@ -169,7 +169,7 @@ window.addEventListener("message", (event) => {
return; return;
} }
console.log("Core received event: " + JSON.stringify(event.data)); console.log("Core received action: " + JSON.stringify(event.data.action));
let url; let url;
let data = event.data; let data = event.data;