Skip to content

Commit 9058301

Browse files
committed
Remove unused code
1 parent 1b9e7f6 commit 9058301

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

renderer.js

-20
Original file line numberDiff line numberDiff line change
@@ -291,26 +291,6 @@ function updateResultsCount(count, searchTerm) {
291291
}
292292
}
293293

294-
function getPackages() {
295-
return [
296-
{
297-
title: "Example Package 1",
298-
author: "Arduino",
299-
description: "A Python client for the Arduino IoT cloud.",
300-
tags: ["cloud", "iot"],
301-
license: "MIT"
302-
},
303-
{
304-
title: "Example Package 2",
305-
author: "OpenAI",
306-
description: "A package for advanced language models.",
307-
tags: ["AI", "NLP"],
308-
license: "Apache-2.0"
309-
},
310-
// Add more packages here
311-
];
312-
}
313-
314294
function toggleAdvancedOptions() {
315295
const advancedOptions = document.getElementById('advanced-options');
316296
const disclosureIcon = document.getElementById('disclosure-icon');

0 commit comments

Comments
 (0)