Remove obsolete code comments

This commit is contained in:
Jeremy Ruston 2024-05-08 18:03:07 +01:00
parent 6b7cf37f36
commit 400514f52f
1 changed files with 0 additions and 2 deletions

View File

@ -61,8 +61,6 @@ TestCaseWidget.prototype.render = function(parent,nextSibling) {
}
loadTiddler("$:/core");
loadTiddler("$:/plugins/tiddlywiki/codemirror");
// Load the test case template
// loadTiddler(this.testcaseTemplate);
// Load tiddlers from child data widgets
var tiddlers = [];
this.findChildrenDataWidgets(this.contentRoot.children,"data",function(widget) {