Skip to content

Commit a88e377

Browse files
committed
remove unused string url
1 parent 1745d09 commit a88e377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/data/TempDataPlotter.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export default defineComponent({
5555
methods: {
5656
async loadChart() {
5757
// load data from the provided URL
58-
let url: string = "";
5958
this.loading = true;
6059
try {
6160
console.log("Decoding BUFR data from URL:", this.data_url);

0 commit comments

Comments
 (0)