Skip to content

Commit

Permalink
clean log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Jun 18, 2023
1 parent 28c9556 commit aa88d6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/default/lib/noarch/front_base/ip_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ def load_ip(self):

self.logger.info("load ip_list %s num:%d, target num:%d", file_path, len(self.ip_dict), len(self.ip_list))
if file_path == self.default_ip_list_fn and self.config.shuffle_ip_on_first_load:
self.logger.debug("first load, shuffle all ip")
# self.logger.debug("first load, shuffle all ip")
random.shuffle(self.ip_list)
self.logger.debug("ip:%s",self.ip_list)
# self.logger.debug("ip:%s",self.ip_list)
else:
self.try_sort_ip(force=True)

Expand Down

0 comments on commit aa88d6b

Please sign in to comment.