Skip to content

Commit

Permalink
Merge pull request #76 from NLESC-JCER/solve-sonar-issues
Browse files Browse the repository at this point in the history
Remove unused files and unused var
  • Loading branch information
sverhoeven authored Jun 9, 2020
2 parents 3a82254 + eeac7fb commit 935240b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 29 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1571,11 +1571,6 @@ The App component can be defined and rendered with.

function App() {
const Form = JSONSchemaForm.default;
const uiSchema = {
"guess": {
"ui:widget": "range"
}
}
const [formData, setFormData] = React.useState({

});
Expand Down
Empty file removed cgi-bin/.gitkeep
Empty file.
5 changes: 0 additions & 5 deletions src/js/plot-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ function Plot({roots}) {

function App() {
const Form = JSONSchemaForm.default;
const uiSchema = {
"guess": {
"ui:widget": "range"
}
}
const [formData, setFormData] = React.useState({

});
Expand Down
10 changes: 0 additions & 10 deletions src/py/hello-templated.py

This file was deleted.

9 changes: 0 additions & 9 deletions src/py/hello.py

This file was deleted.

0 comments on commit 935240b

Please sign in to comment.