del: 删除无用代码

This commit is contained in:
song_xiao_lin
2024-05-15 14:43:04 +08:00
committed by go0p
parent 7c1cdd562c
commit 5fbd51a073
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 }, '*');