diff --git a/scripts/upgrade_oniro/upgrade_oniro.py b/scripts/upgrade_oniro/upgrade_oniro.py
index b468cf0759f82ced916eccd70048a478ed3e0172..5d758e644b5a39ae9e5ae4074e29a936f6c500cc 100644
--- a/scripts/upgrade_oniro/upgrade_oniro.py
+++ b/scripts/upgrade_oniro/upgrade_oniro.py
@@ -146,7 +146,6 @@ def backup_oniro():
     #   - .repo folder
     #   - If build_directory is not empty, backup its content excluding tmp* and tmp-newlib* directories
     # TODO add function description
-    # TODO add more verbose log
     # TODO add an option to backup build directories / DV layers ?
     from upgrade_oniro_utils import get_manifest_projects
     from datetime import datetime
@@ -182,8 +181,6 @@ def backup_oniro():
 
 def restore_oniro():
     # TODO add function description
-    # TODO implement a way to scan the directory and find the latest backup
-    # TODO add a subcommand to restore oniro from a backup
     # TODO add an exception handling if the metadata file is not found
     import shutil
     from upgrade_oniro_utils import find_latest_backup