del: 删除无用代码

This commit is contained in:
song_xiao_lin
2024-05-14 16:19:04 +08:00
parent 01f04e3e56
commit 65faff9e57
2 changed files with 0 additions and 13 deletions
-1
View File
@@ -8,7 +8,6 @@
if (event.source !== window || event.data.type !== 'CALL_FUNCTION') {
return;
}
const value = event.data.value;
const result = window[value.fn_name](value.args);
window.postMessage({ type: 'FROM_PAGE', result: result }, '*');