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