delete print

pull/3089/head
Mineinjava 2023-11-10 21:22:43 -08:00
parent fa84347729
commit 62d4581012
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ E.on('notify',msg=>{
return;
}
if (msg.title&&E.decodeUTF8(msg.title, unicodeRemap, replacer) === "BangleDumpWeather") {
Terminal.println("Weather");
const d = JSON.parse(msg.message);
/* Example:
{"temp":"291.07","hi":"293.02","lo":"288.18","hum":"49","rain":"0","uv":"0","wind":"1.54","code":"01d","txt":"Mostly Sunny","wdir":"303","loc":"Berlin"}