mirror of
https://github.com/daledavies/jump.git
synced 2026-02-25 07:40:46 +01:00
Remove unnecessary console.log() in Weather.js
This commit is contained in:
@@ -1 +1 @@
|
||||
v1.3.2 (1679062158)
|
||||
v1.3.2 (1679063113)
|
||||
File diff suppressed because one or more lines are too long
@@ -41,7 +41,6 @@ export default class Weather {
|
||||
return;
|
||||
}
|
||||
response.json().then(data => {
|
||||
console.log(data);
|
||||
if (data.error) {
|
||||
console.error('JUMP ERROR: There was an issue with the OWM API... ' + data.error);
|
||||
this.eventemitter.emit('weather-error');
|
||||
|
||||
@@ -1 +1 @@
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.cca45ea0c9a08a2d0a87.min.js"></script>
|
||||
<script defer src="{{{wwwurl}}}/assets/js/index.b7edc402416d63e189f5.min.js"></script>
|
||||
Reference in New Issue
Block a user