Skip to content

Commit 1ff1ce2

Browse files
committed
Telnet.py: Remove debug prints
Signed-off-by: Filip Gołaś <[email protected]>
1 parent a17d723 commit 1ff1ce2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/robot/libraries/Telnet.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,12 +345,9 @@ def _get_library_keywords(self):
345345
return self._lib_kws
346346

347347
def _get_keywords(self, source, excluded):
348-
logger.warn(dir(source))
349-
logger.warn(excluded)
350348
kwds = [
351349
name for name in dir(source) if self._is_keyword(name, source, excluded)
352350
]
353-
logger.warn(kwds)
354351
return kwds
355352

356353
def _is_keyword(self, name, source, excluded):

0 commit comments

Comments
 (0)