mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-21 21:26:19 +01:00
Removed leftover debugging code.
This commit is contained in:
parent
2ff8f723ff
commit
7dbb92abea
2 changed files with 3 additions and 1 deletions
|
|
@ -589,6 +589,8 @@ async function sendLog(message) {
|
|||
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
|
||||
console.log(message);
|
||||
|
||||
return;
|
||||
|
||||
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
|
||||
.catch(error => {
|
||||
console.error('Error sending log:', error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue