Skip to content

Commit b540b35

Browse files
committed
refactor: remove unnecessary comment
1 parent 0f50b3f commit b540b35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

webui.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,6 @@ def main():
913913
parser.add_argument("--dark-mode", action="store_true", help="Enable dark mode")
914914
args = parser.parse_args()
915915

916-
# Ensure that the config file exists
917916
config_dict = load_config_from_file()
918917

919918
demo = create_ui(config_dict, theme_name=args.theme)

0 commit comments

Comments
 (0)