Skip to content

Commit 0040159

Browse files
authored
Remove outdated comment
1 parent 36784a7 commit 0040159

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/backlite/settings.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(function(back) {
22
var FILE = "BackLite.settings.json";
33

4-
// Load settings safely (avoid crashes on bad/missing JSON)
54
var settings = require("Storage").readJSON(FILE, 1) || {};
65

76
if (!isFinite(settings.brightness)) settings.brightness = 0.3;

0 commit comments

Comments
 (0)