Remove debug statements
This commit is contained in:
parent
13c62a5c0d
commit
dc41c92f6b
@ -644,7 +644,6 @@ async function submitPendingRatings() {
|
||||
}
|
||||
|
||||
lastSubmissionError = null;
|
||||
console.log('Sending request');
|
||||
try {
|
||||
const response = await fetch('https://shini-api.xyz/submit-vote', {
|
||||
body: JSON.stringify(actualRequest),
|
||||
|
@ -108,8 +108,6 @@ function init() {
|
||||
setInterval(updateTwitterClasses, 800);
|
||||
}
|
||||
|
||||
console.log('Self: ' + myself)
|
||||
|
||||
document.addEventListener('contextmenu', evt => {
|
||||
lastRightClickedElement = <HTMLElement>evt.target;
|
||||
}, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user