Skip to content

Commit a8a42f2

Browse files
authored
Remove redundant comment from debug_mode variable
1 parent 5234a8e commit a8a42f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libreblog/libreblog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const sqlite_version = "3.49.2-build1";
2020
const marked_version = "15.0.12";
2121
//MIME types supported by most browsers in the HTMLCanvasElement interface
2222
const supported_version_formats = ["JPG", "JPEG", "PNG", "WEBP"];
23-
const debug_mode = false; //If false, it will load modules from a CDN (to be implemented)
23+
const debug_mode = false; //If false, it will load modules from a CDN
2424
let conversion_cache = {}; //Used to store previous conversions from Markdown to HTML
2525
let declared_values_cache = {}; //Values that are declared inside the field "contents"
2626
let references_cache = {}; //Used to store all the references of all the articles

0 commit comments

Comments
 (0)