mirror of
https://git.luna-app.eu/50n50/sources
synced 2025-12-22 05:36:32 +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
|
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
|
||||||
console.log(message);
|
console.log(message);
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
|
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.error('Error sending log:', error);
|
console.error('Error sending log:', error);
|
||||||
|
|
|
||||||
|
|
@ -338,7 +338,7 @@ function base64Decode(str) {
|
||||||
async function sendLog(message) {
|
async function sendLog(message) {
|
||||||
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
|
// send http://192.168.2.130/sora-module/log.php?action=add&message=message
|
||||||
console.log(message);
|
console.log(message);
|
||||||
// return;
|
return;
|
||||||
|
|
||||||
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
|
await fetch('http://192.168.2.130/sora-module/log.php?action=add&message=' + encodeURIComponent(message))
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue