We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e407d commit 33d36aeCopy full SHA for 33d36ae
src/robotlibcore.py
@@ -49,8 +49,6 @@ def add_library_components(self, library_components):
49
if callable(func) and hasattr(func, 'robot_name'):
50
kw = getattr(component, name)
51
kw_name = func.robot_name or name
52
- if kw_name == "keyword_optional_with_none":
53
- print(kw_name)
54
self.keywords[kw_name] = kw
55
self.keywords_spec[kw_name] = KeywordBuilder.build(kw)
56
# Expose keywords as attributes both using original
0 commit comments