Skip to content

Commit

Permalink
fix(ui): 🔥 remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Aug 20, 2024
1 parent 7f63fc3 commit 4f1dda7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/magent-ui/src/magent_ui/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def merge_dicts(default, override):


def load_config(config=default_config, project_root_path=None):
print('args', config)
config = merge_dicts(default_config, config)

# 用户目录配置文件路径
Expand Down

0 comments on commit 4f1dda7

Please sign in to comment.