projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d67a1a6
)
remove debug output
author
Moritz Warning
<moritzwarning@web.de>
Wed, 12 Feb 2020 17:37:43 +0000
(18:37 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Wed, 12 Feb 2020 17:37:43 +0000
(18:37 +0100)
index.js
patch
|
blob
|
history
diff --git
a/index.js
b/index.js
index 1232ff1e8cf6bcdcd0c824c77e8d08bff6cbf8d6..70c85bf2a357127b432b0a49e8e7122217ccf85c 100644
(file)
--- a/
index.js
+++ b/
index.js
@@
-291,7
+291,6
@@
loadFile(config.data, function(data) {
var obj = JSON.parse(data);
setupSelectList($("releases"), Object.keys(obj), function(release) {
setupAutocompleteList($("models"), Object.keys(obj[release]['models']), function(model) {
- console.log(model);
if (model in obj[release]['models']) {
var link = obj[release].link;
var commit = obj[release].commit;