Skip to content

Commit 33d36ae

Browse files
committed
remove debug help
1 parent d4e407d commit 33d36ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/robotlibcore.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ def add_library_components(self, library_components):
4949
if callable(func) and hasattr(func, 'robot_name'):
5050
kw = getattr(component, name)
5151
kw_name = func.robot_name or name
52-
if kw_name == "keyword_optional_with_none":
53-
print(kw_name)
5452
self.keywords[kw_name] = kw
5553
self.keywords_spec[kw_name] = KeywordBuilder.build(kw)
5654
# Expose keywords as attributes both using original

0 commit comments

Comments
 (0)