Revert logging oopsie whoopsie

This commit is contained in:
Tamius Han 2020-03-09 19:41:15 +01:00
parent bbc4247893
commit eee7d622b8

View File

@ -9,7 +9,17 @@ import Logger from './lib/Logger';
if(Debug.debug){ if(Debug.debug){
console.log("Sᴛλʀᴛɪɴɢ Uʟᴛʀᴀɪɪʏ UI"); console.log("\n\n\n\n\n\n ——— Sᴛλʀᴛɪɴɢ Uʟᴛʀᴀɪɪʏ ———\n << ʟᴏᴀᴅɪɴɢ ᴍᴀɪɴ ꜰɪʟᴇ >>\n\n\n\n");
try {
if(window.self !== window.top){
console.log("%cWe aren't in an iframe.", "color: #afc, background: #174");
}
else{
console.log("%cWe are in an iframe!", "color: #fea, background: #d31", window.self, window.top);
}
} catch (e) {
console.log("%cWe are in an iframe!", "color: #fea, background: #d31");
}
} }
if (BrowserDetect.edge) { if (BrowserDetect.edge) {