Skip to content

Commit

Permalink
www: disable debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcone committed Feb 22, 2024
1 parent 102757f commit 01c9f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teslausb-www/html/filebrowser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class FileBrowser {
DEBUG = true;
DEBUG = false;
splitter_active = false;
splitter_clickoffset = 0;
root_path = '';
Expand Down

0 comments on commit 01c9f1e

Please sign in to comment.