* Remove the unused code.

This commit is contained in:
hufangzhou
2022-03-10 11:01:21 +08:00
parent e591bf4c98
commit 57bbeeddd7
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -23,7 +23,6 @@ class todo extends control
$this->app->loadClass('date');
$this->loadModel('task');
$this->loadModel('bug');
$this->loadModel('my')->setMenu();
}
/**