Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Oct 23, 2024
1 parent 2ac47b1 commit 1bb8aa7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions web/static/config/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@
.then(response => {
// Set cookie named 'message' with the value 'Data saved successfully'
document.cookie = 'message=The layer "' + layer + '" saved successfully. Please restart all nodes using the layer "' + layer + '".; path=/;';
console.log('Setting cookie:', document.cookie);

window.location.href = '/pages/config/list/';
})
.catch(error => {
Expand Down
1 change: 0 additions & 1 deletion web/static/pages/config/list/config-list.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class ConfigList extends StyledLitElement {
}

render() {
console.log('Read cookie:', this.message);
return html`
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
Expand Down

0 comments on commit 1bb8aa7

Please sign in to comment.