Remove comment

This commit is contained in:
Leilei332
2025-11-14 19:00:43 +08:00
parent 55f6f766e8
commit 3ea816556e

View File

@@ -14,7 +14,6 @@ Export our filter function
*/
exports.sort = function(source,operator,options) {
var results = prepare_results(source);
// TODO: Validate language code
options.wiki.sortTiddlers(results,operator.operands[0] || "title",operator.prefix === "!",false,false,undefined,operator.operands[1]);
return results;
};