mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
Removed license contents found statement from logger
Signed-off-by: jitendracandela <jitendra.kushavah@candelatech.com>
This commit is contained in:
@@ -425,7 +425,7 @@ class LFCliBase:
|
||||
if ("license" in lic_json) and lic_json["license"]:
|
||||
lic_block = lic_json["license"].replace("\\n|\\r|\r|\n", "____")
|
||||
lic_block = lic_block.replace("____+", "\n")
|
||||
logger.debug("\nlicense contents found:\n{lic_block}".format(lic_block=lic_block))
|
||||
#logger.debug("\nlicense contents found:\n{lic_block}".format(lic_block=lic_block))
|
||||
lic_list = lic_block.split("\n")
|
||||
|
||||
for line in lic_list:
|
||||
|
||||
Reference in New Issue
Block a user