mirror of
https://github.com/Qortal/qortal.git
synced 2025-06-16 12:51:22 +00:00
Log the action to the console, instead of the entire event.
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user