config_tools: remove the log of sucessfully generating board XML

remove the log "<board>.xml has been generated successfully!" in
board_parser.py, because it only mean that the board xml file have
been created sucessfully here, not the all data have been appended
successfully and pretty formatted.

Tracked-On: #6315
Signed-off-by: Kunhui-Li <kunhuix.li@intel.com>
This commit is contained in:
Kunhui-Li 2021-08-20 17:01:56 +08:00 committed by wenlingz
parent 4056bb42c6
commit 8b7d3ad492
1 changed files with 0 additions and 2 deletions

View File

@ -113,5 +113,3 @@ if __name__ == '__main__':
with open(BOARD_INFO, 'a+') as f:
print("</acrn-config>", file=f)
print("{} has been generated successfully!".format(BOARD_INFO))