Disable the patch.
This commit is contained in:
parent
85edc95652
commit
8ce607d787
@ -20,7 +20,7 @@ class StarField {
|
||||
this.originalColor = getComputedStyle(document.documentElement).getPropertyValue("--star-color").trim();
|
||||
this._createStars();
|
||||
window.stars = this.positionMap;
|
||||
this.patchConsole()
|
||||
//this.patchConsole()
|
||||
this.starSignal = (() => {
|
||||
const positionMap = this.positionMap;
|
||||
|
||||
@ -241,6 +241,7 @@ const originalConsole = {
|
||||
};
|
||||
const me = this
|
||||
// Override console methods
|
||||
|
||||
console.info = function(...args) {
|
||||
me.showLogEvent('info', args);
|
||||
me.createConsoleStar('info', args);
|
||||
|
Loading…
Reference in New Issue
Block a user