diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-09 21:53:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-09 21:53:37 +0200 |
| commit | 615b7431d70b89699c73ca356063603b61659efe (patch) | |
| tree | e2ed36658e8a852da9073270ab007d02593925c3 /frontend/site/app.js | |
| parent | 4410ea13a9a0e1fddb28a104e6015f332014a377 (diff) | |
weird
Diffstat (limited to 'frontend/site/app.js')
| -rw-r--r-- | frontend/site/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/app.js b/frontend/site/app.js index 098bd44..dfb9dc9 100644 --- a/frontend/site/app.js +++ b/frontend/site/app.js @@ -13,7 +13,7 @@ export default class App extends Component { // if (path_partz.length > 2) { // path_name = path_partz[2] // } - // console.log('loading', graph_name, path_name) + console.log('loading', graph_name) actions.site.loadSite(graph_name) } |
