Skip to content

Commit 44e0be5

Browse files
Shiva Prasad AdiralaShiva Prasad Adirala
Shiva Prasad Adirala
authored and
Shiva Prasad Adirala
committed
Remove logs
1 parent 5a51b31 commit 44e0be5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

robotframework_metrics/robotmetrics.py

-2
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,10 @@ def generate_report(opts):
201201
</style>
202202
</head>
203203
"""
204-
logging.info(opts.ignorekeywords)
205204
if opts.ignorekeywords == "True":
206205
hide_keyword = "hidden"
207206
else:
208207
hide_keyword = ""
209-
logging.info(hide_keyword)
210208

211209
soup = BeautifulSoup(head_content, "html.parser")
212210
body = soup.new_tag('body')

0 commit comments

Comments
 (0)