Remove console log

This commit is contained in:
Jeremy Zhang 2018-11-06 04:33:59 +00:00
parent 5061429443
commit 825016bc52

View File

@ -228,7 +228,6 @@
function inIframe() { function inIframe() {
try { try {
console.log(window.self, window.top)
return window.self !== window.top; return window.self !== window.top;
} catch (e) { } catch (e) {
return true; return true;